Html Css Color HEX #AC4271 Royal Heath

📋 copy color: '#AC4271'

red 172 ◦ green 66 ◦ blue 113

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

Shades of Royal Heath #AC4271

Tints of Royal Heath #AC4271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.8%

 BLUE value IS 113 (44.53% from 255) = 32.19%

R = 49%
G = 18.8%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC4271 (or 0xAC4271) is known color: Royal Heath. HEX triplet: AC, 42 and 71. RGB value is (172,66,113). Sum of RGB (Red+Green+Blue) = 172+66+113=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4271 is #53BD8E. Grayscale: #666666. Windows color (decimal): -5488015 or 7422636. OLE color: 7422636.

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

Color convert

RGB 172 66 113 -
CMYK 0 0.62 0.34 0.33
HSL 333.4º 0.45% 0.47% -
HSV(B) 333.4º 0.62% 0.67% -
XYZ 21.94 13.86 17.14 -
YUV 103.05 133.62 177.18 -
System Red Green Blue C M Y K H S L
Decimal 172 66 113 0 0.62 0.34 0.33 333.4 0.45 0.47
Hex AC 42 71 0 3E 22 21 14D 2D 2F
Octal 254 102 161 0 76 42 41 515 55 57
Binary 10101100 1000010 1110001 0 111110 100010 100001 101001101 101101 101111

Color Harmonies of #AC4271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4271

Black with #AC4271

Text Example


Text Example

White with #AC4271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4271; }

 p { color: rgb(172,66,113); }

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

background-color css

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

 a { background-color: rgb(172,66,113); }

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

border-color css

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

 span { border-color: rgb(172,66,113); }

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