Html Css Color HEX #AC5475 Royal Heath

📋 copy color: '#AC5475'

red 172 ◦ green 84 ◦ blue 117

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

Shades of Royal Heath #AC5475

Tints of Royal Heath #AC5475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.37%

R = 46.11%
G = 22.52%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC5475 (or 0xAC5475) is known color: Royal Heath. HEX triplet: AC, 54 and 75. RGB value is (172,84,117). Sum of RGB (Red+Green+Blue) = 172+84+117=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5475 is #53AB8A. Grayscale: #727272. Windows color (decimal): -5483403 or 7689388. OLE color: 7689388.

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

Color convert

RGB 172 84 117 -
CMYK 0 0.51 0.32 0.33
HSL 337.5º 0.35% 0.5% -
HSV(B) 337.5º 0.51% 0.67% -
XYZ 23.39 16.4 18.76 -
YUV 114.07 129.65 169.32 -
System Red Green Blue C M Y K H S L
Decimal 172 84 117 0 0.51 0.32 0.33 337.5 0.35 0.5
Hex AC 54 75 0 33 20 21 152 23 32
Octal 254 124 165 0 63 40 41 522 43 62
Binary 10101100 1010100 1110101 0 110011 100000 100001 101010010 100011 110010

Color Harmonies of #AC5475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5475

Black with #AC5475

Text Example


Text Example

White with #AC5475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5475; }

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

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

background-color css

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

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

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

border-color css

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

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

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