Html Css Color HEX #AC4170 Royal Heath

📋 copy color: '#AC4170'

red 172 ◦ green 65 ◦ blue 112

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

Shades of Royal Heath #AC4170

Tints of Royal Heath #AC4170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.62%

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

R = 49.28%
G = 18.62%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC4170 (or 0xAC4170) is known color: Royal Heath. HEX triplet: AC, 41 and 70. RGB value is (172,65,112). Sum of RGB (Red+Green+Blue) = 172+65+112=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4170 is #53BE8F. Grayscale: #666666. Windows color (decimal): -5488272 or 7356844. OLE color: 7356844.

HSL color Cylindrical-coordinate representation of color #AC4170: hue angle of 333.64º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4170 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 65 112 -
CMYK 0 0.62 0.35 0.33
HSL 333.64º 0.45% 0.46% -
HSV(B) 333.64º 0.62% 0.67% -
XYZ 21.83 13.72 16.83 -
YUV 102.35 133.45 177.68 -
System Red Green Blue C M Y K H S L
Decimal 172 65 112 0 0.62 0.35 0.33 333.64 0.45 0.46
Hex AC 41 70 0 3E 23 21 14E 2D 2E
Octal 254 101 160 0 76 43 41 516 55 56
Binary 10101100 1000001 1110000 0 111110 100011 100001 101001110 101101 101110

Color Harmonies of #AC4170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4170

Black with #AC4170

Text Example


Text Example

White with #AC4170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4170; }

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

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

background-color css

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

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

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

border-color css

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

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

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