Html Css Color HEX #AC5478 Royal Heath

📋 copy color: '#AC5478'

red 172 ◦ green 84 ◦ blue 120

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

Shades of Royal Heath #AC5478

Tints of Royal Heath #AC5478

RGB

 RED value IS 172 (67.58% from 255) = 45.74%

 GREEN value IS 84 (33.2% from 255) = 22.34%

 BLUE value IS 120 (47.27% from 255) = 31.91%

R = 45.74%
G = 22.34%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC5478 (or 0xAC5478) is known color: Royal Heath. HEX triplet: AC, 54 and 78. RGB value is (172,84,120). Sum of RGB (Red+Green+Blue) = 172+84+120=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5478 is #53AB87. Grayscale: #727272. Windows color (decimal): -5483400 or 7885996. OLE color: 7885996.

HSL color Cylindrical-coordinate representation of color #AC5478: hue angle of 335.45º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5478 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 84 120 -
CMYK 0 0.51 0.30 0.33
HSL 335.45º 0.35% 0.5% -
HSV(B) 335.45º 0.51% 0.67% -
XYZ 23.57 16.47 19.71 -
YUV 114.42 131.15 169.07 -
System Red Green Blue C M Y K H S L
Decimal 172 84 120 0 0.51 0.30 0.33 335.45 0.35 0.5
Hex AC 54 78 0 33 1E 21 14F 23 32
Octal 254 124 170 0 63 36 41 517 43 62
Binary 10101100 1010100 1111000 0 110011 11110 100001 101001111 100011 110010

Color Harmonies of #AC5478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5478

Black with #AC5478

Text Example


Text Example

White with #AC5478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5478; }

 p { color: rgb(172,84,120); }

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

background-color css

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

 a { background-color: rgb(172,84,120); }

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

border-color css

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

 span { border-color: rgb(172,84,120); }

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