Html Css Color HEX #A4497B Royal Heath

📋 copy color: '#A4497B'

red 164 ◦ green 73 ◦ blue 123

#A4497B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #A4497B

Tints of Royal Heath #A4497B

RGB

 RED value IS 164 (64.45% from 255) = 45.56%

 GREEN value IS 73 (28.91% from 255) = 20.28%

 BLUE value IS 123 (48.44% from 255) = 34.17%

R = 45.56%
G = 20.28%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A4497B (or 0xA4497B) is known color: Royal Heath. HEX triplet: A4, 49 and 7B. RGB value is (164,73,123). Sum of RGB (Red+Green+Blue) = 164+73+123=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4497B is #5BB684. Grayscale: #696969. Windows color (decimal): -6010501 or 8079780. OLE color: 8079780.

HSL color Cylindrical-coordinate representation of color #A4497B: hue angle of 327.03º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4497B is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 73 123 -
CMYK 0 0.55 0.25 0.36
HSL 327.03º 0.38% 0.46% -
HSV(B) 327.03º 0.55% 0.64% -
XYZ 21.27 14.09 20.34 -
YUV 105.91 137.65 169.43 -
System Red Green Blue C M Y K H S L
Decimal 164 73 123 0 0.55 0.25 0.36 327.03 0.38 0.46
Hex A4 49 7B 0 37 19 24 147 26 2E
Octal 244 111 173 0 67 31 44 507 46 56
Binary 10100100 1001001 1111011 0 110111 11001 100100 101000111 100110 101110

Color Harmonies of #A4497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4497B

Black with #A4497B

Text Example


Text Example

White with #A4497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4497B; }

 p { color: rgb(164,73,123); }

 H1.HeaderClassName
 {
   color: #A4497B;
 }
 .AnyTagClassName
 {
   color: #A4497B;
 }
</style>

background-color css

<style>
 a { background-color: #A4497B; }

 a { background-color: rgb(164,73,123); }

 div.DivClassName
 {
   background-color: #A4497B;
 }
 .BgClassName
 {
   background-color: #A4497B;
 }
</style>

border-color css

<style>
 span { border-color: #A4497B; }

 span { border-color: rgb(164,73,123); }

 td.TdClassName
 {
   border-color: #A4497B;
 }
 .TagClassName
 {
   border-color: #A4497B;
 }
</style>