Html Css Color HEX #AC5174 Royal Heath

📋 copy color: '#AC5174'

red 172 ◦ green 81 ◦ blue 116

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

Shades of Royal Heath #AC5174

Tints of Royal Heath #AC5174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.95%

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

R = 46.61%
G = 21.95%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC5174 (or 0xAC5174) is known color: Royal Heath. HEX triplet: AC, 51 and 74. RGB value is (172,81,116). Sum of RGB (Red+Green+Blue) = 172+81+116=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5174 is #53AE8B. Grayscale: #707070. Windows color (decimal): -5484172 or 7623084. OLE color: 7623084.

HSL color Cylindrical-coordinate representation of color #AC5174: hue angle of 336.92º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5174 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 81 116 -
CMYK 0 0.53 0.33 0.33
HSL 336.92º 0.36% 0.5% -
HSV(B) 336.92º 0.53% 0.67% -
XYZ 23.11 15.92 18.38 -
YUV 112.2 130.15 170.65 -
System Red Green Blue C M Y K H S L
Decimal 172 81 116 0 0.53 0.33 0.33 336.92 0.36 0.5
Hex AC 51 74 0 35 21 21 151 24 32
Octal 254 121 164 0 65 41 41 521 44 62
Binary 10101100 1010001 1110100 0 110101 100001 100001 101010001 100100 110010

Color Harmonies of #AC5174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5174

Black with #AC5174

Text Example


Text Example

White with #AC5174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5174; }

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

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

background-color css

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

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

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

border-color css

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

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

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