Html Css Color HEX #AC5C78 Royal Heath

📋 copy color: '#AC5C78'

red 172 ◦ green 92 ◦ blue 120

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

Shades of Royal Heath #AC5C78

Tints of Royal Heath #AC5C78

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.96%

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

R = 44.79%
G = 23.96%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC5C78 (or 0xAC5C78) is known color: Royal Heath. HEX triplet: AC, 5C and 78. RGB value is (172,92,120). Sum of RGB (Red+Green+Blue) = 172+92+120=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C78 is #53A387. Grayscale: #777777. Windows color (decimal): -5481352 or 7888044. OLE color: 7888044.

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

Color convert

RGB 172 92 120 -
CMYK 0 0.47 0.30 0.33
HSL 339º 0.33% 0.52% -
HSV(B) 339º 0.47% 0.67% -
XYZ 24.23 17.78 19.92 -
YUV 119.11 128.5 165.72 -
System Red Green Blue C M Y K H S L
Decimal 172 92 120 0 0.47 0.30 0.33 339 0.33 0.52
Hex AC 5C 78 0 2F 1E 21 153 21 34
Octal 254 134 170 0 57 36 41 523 41 64
Binary 10101100 1011100 1111000 0 101111 11110 100001 101010011 100001 110100

Color Harmonies of #AC5C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C78

Black with #AC5C78

Text Example


Text Example

White with #AC5C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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