Html Css Color HEX #AC5474 Royal Heath

📋 copy color: '#AC5474'

red 172 ◦ green 84 ◦ blue 116

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

Shades of Royal Heath #AC5474

Tints of Royal Heath #AC5474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.18%

R = 46.24%
G = 22.58%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC5474 (or 0xAC5474) is known color: Royal Heath. HEX triplet: AC, 54 and 74. RGB value is (172,84,116). Sum of RGB (Red+Green+Blue) = 172+84+116=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5474 is #53AB8B. Grayscale: #717171. Windows color (decimal): -5483404 or 7623852. OLE color: 7623852.

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

Color convert

RGB 172 84 116 -
CMYK 0 0.51 0.33 0.33
HSL 338.18º 0.35% 0.5% -
HSV(B) 338.18º 0.51% 0.67% -
XYZ 23.34 16.37 18.45 -
YUV 113.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 172 84 116 0 0.51 0.33 0.33 338.18 0.35 0.5
Hex AC 54 74 0 33 21 21 152 23 32
Octal 254 124 164 0 63 41 41 522 43 62
Binary 10101100 1010100 1110100 0 110011 100001 100001 101010010 100011 110010

Color Harmonies of #AC5474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5474

Black with #AC5474

Text Example


Text Example

White with #AC5474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5474; }

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

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

background-color css

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

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

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

border-color css

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

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

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