Html Css Color HEX #AC4476 Royal Heath

📋 copy color: '#AC4476'

red 172 ◦ green 68 ◦ blue 118

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

Shades of Royal Heath #AC4476

Tints of Royal Heath #AC4476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.99%

 BLUE value IS 118 (46.48% from 255) = 32.96%

R = 48.04%
G = 18.99%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC4476 (or 0xAC4476) is known color: Royal Heath. HEX triplet: AC, 44 and 76. RGB value is (172,68,118). Sum of RGB (Red+Green+Blue) = 172+68+118=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4476 is #53BB89. Grayscale: #686868. Windows color (decimal): -5487498 or 7750828. OLE color: 7750828.

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

Color convert

RGB 172 68 118 -
CMYK 0 0.60 0.31 0.33
HSL 331.15º 0.43% 0.47% -
HSV(B) 331.15º 0.6% 0.67% -
XYZ 22.35 14.21 18.7 -
YUV 104.8 135.46 175.93 -
System Red Green Blue C M Y K H S L
Decimal 172 68 118 0 0.60 0.31 0.33 331.15 0.43 0.47
Hex AC 44 76 0 3C 1F 21 14B 2B 2F
Octal 254 104 166 0 74 37 41 513 53 57
Binary 10101100 1000100 1110110 0 111100 11111 100001 101001011 101011 101111

Color Harmonies of #AC4476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4476

Black with #AC4476

Text Example


Text Example

White with #AC4476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4476; }

 p { color: rgb(172,68,118); }

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

background-color css

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

 a { background-color: rgb(172,68,118); }

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

border-color css

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

 span { border-color: rgb(172,68,118); }

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