Html Css Color HEX #AC4275 Royal Heath

📋 copy color: '#AC4275'

red 172 ◦ green 66 ◦ blue 117

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

Shades of Royal Heath #AC4275

Tints of Royal Heath #AC4275

RGB

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

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

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

R = 48.45%
G = 18.59%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC4275 (or 0xAC4275) is known color: Royal Heath. HEX triplet: AC, 42 and 75. RGB value is (172,66,117). Sum of RGB (Red+Green+Blue) = 172+66+117=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4275 is #53BD8A. Grayscale: #676767. Windows color (decimal): -5488011 or 7684780. OLE color: 7684780.

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

Color convert

RGB 172 66 117 -
CMYK 0 0.62 0.32 0.33
HSL 331.13º 0.45% 0.47% -
HSV(B) 331.13º 0.62% 0.67% -
XYZ 22.17 13.95 18.35 -
YUV 103.51 135.62 176.85 -
System Red Green Blue C M Y K H S L
Decimal 172 66 117 0 0.62 0.32 0.33 331.13 0.45 0.47
Hex AC 42 75 0 3E 20 21 14B 2D 2F
Octal 254 102 165 0 76 40 41 513 55 57
Binary 10101100 1000010 1110101 0 111110 100000 100001 101001011 101101 101111

Color Harmonies of #AC4275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4275

Black with #AC4275

Text Example


Text Example

White with #AC4275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4275; }

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

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

background-color css

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

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

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

border-color css

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

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

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