Html Css Color HEX #AC4277 Royal Heath

📋 copy color: '#AC4277'

red 172 ◦ green 66 ◦ blue 119

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

Shades of Royal Heath #AC4277

Tints of Royal Heath #AC4277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.33%

R = 48.18%
G = 18.49%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC4277 (or 0xAC4277) is known color: Royal Heath. HEX triplet: AC, 42 and 77. RGB value is (172,66,119). Sum of RGB (Red+Green+Blue) = 172+66+119=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4277 is #53BD88. Grayscale: #676767. Windows color (decimal): -5488009 or 7815852. OLE color: 7815852.

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

Color convert

RGB 172 66 119 -
CMYK 0 0.62 0.31 0.33
HSL 330º 0.45% 0.47% -
HSV(B) 330º 0.62% 0.67% -
XYZ 22.29 14 18.98 -
YUV 103.74 136.62 176.69 -
System Red Green Blue C M Y K H S L
Decimal 172 66 119 0 0.62 0.31 0.33 330 0.45 0.47
Hex AC 42 77 0 3E 1F 21 14A 2D 2F
Octal 254 102 167 0 76 37 41 512 55 57
Binary 10101100 1000010 1110111 0 111110 11111 100001 101001010 101101 101111

Color Harmonies of #AC4277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4277

Black with #AC4277

Text Example


Text Example

White with #AC4277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4277; }

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

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

background-color css

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

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

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

border-color css

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

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

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