Html Css Color HEX #AC4C78 Royal Heath

📋 copy color: '#AC4C78'

red 172 ◦ green 76 ◦ blue 120

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

Shades of Royal Heath #AC4C78

Tints of Royal Heath #AC4C78

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.65%

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

R = 46.74%
G = 20.65%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC4C78 (or 0xAC4C78) is known color: Royal Heath. HEX triplet: AC, 4C and 78. RGB value is (172,76,120). Sum of RGB (Red+Green+Blue) = 172+76+120=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4C78 is #53B387. Grayscale: #6D6D6D. Windows color (decimal): -5485448 or 7883948. OLE color: 7883948.

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

Color convert

RGB 172 76 120 -
CMYK 0 0.56 0.30 0.33
HSL 332.5º 0.39% 0.49% -
HSV(B) 332.5º 0.56% 0.67% -
XYZ 22.99 15.3 19.51 -
YUV 109.72 133.8 172.42 -
System Red Green Blue C M Y K H S L
Decimal 172 76 120 0 0.56 0.30 0.33 332.5 0.39 0.49
Hex AC 4C 78 0 38 1E 21 14C 27 31
Octal 254 114 170 0 70 36 41 514 47 61
Binary 10101100 1001100 1111000 0 111000 11110 100001 101001100 100111 110001

Color Harmonies of #AC4C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C78

Black with #AC4C78

Text Example


Text Example

White with #AC4C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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