Html Css Color HEX #AC4470 Royal Heath

📋 copy color: '#AC4470'

red 172 ◦ green 68 ◦ blue 112

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

Shades of Royal Heath #AC4470

Tints of Royal Heath #AC4470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.82%

R = 48.86%
G = 19.32%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC4470 (or 0xAC4470) is known color: Royal Heath. HEX triplet: AC, 44 and 70. RGB value is (172,68,112). Sum of RGB (Red+Green+Blue) = 172+68+112=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4470 is #53BB8F. Grayscale: #686868. Windows color (decimal): -5487504 or 7357612. OLE color: 7357612.

HSL color Cylindrical-coordinate representation of color #AC4470: hue angle of 334.62º 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 #AC4470 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 68 112 -
CMYK 0 0.60 0.35 0.33
HSL 334.62º 0.43% 0.47% -
HSV(B) 334.62º 0.6% 0.67% -
XYZ 22.01 14.07 16.89 -
YUV 104.11 132.46 176.42 -
System Red Green Blue C M Y K H S L
Decimal 172 68 112 0 0.60 0.35 0.33 334.62 0.43 0.47
Hex AC 44 70 0 3C 23 21 14F 2B 2F
Octal 254 104 160 0 74 43 41 517 53 57
Binary 10101100 1000100 1110000 0 111100 100011 100001 101001111 101011 101111

Color Harmonies of #AC4470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4470

Black with #AC4470

Text Example


Text Example

White with #AC4470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4470; }

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

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

background-color css

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

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

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

border-color css

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

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

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