Html Css Color HEX #AC5079 Royal Heath

📋 copy color: '#AC5079'

red 172 ◦ green 80 ◦ blue 121

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

Shades of Royal Heath #AC5079

Tints of Royal Heath #AC5079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.45%

 BLUE value IS 121 (47.66% from 255) = 32.44%

R = 46.11%
G = 21.45%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC5079 (or 0xAC5079) is known color: Royal Heath. HEX triplet: AC, 50 and 79. RGB value is (172,80,121). Sum of RGB (Red+Green+Blue) = 172+80+121=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5079 is #53AF86. Grayscale: #707070. Windows color (decimal): -5484423 or 7950508. OLE color: 7950508.

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

Color convert

RGB 172 80 121 -
CMYK 0 0.53 0.30 0.33
HSL 333.26º 0.37% 0.49% -
HSV(B) 333.26º 0.53% 0.67% -
XYZ 23.33 15.89 19.93 -
YUV 112.18 132.98 170.67 -
System Red Green Blue C M Y K H S L
Decimal 172 80 121 0 0.53 0.30 0.33 333.26 0.37 0.49
Hex AC 50 79 0 35 1E 21 14D 25 31
Octal 254 120 171 0 65 36 41 515 45 61
Binary 10101100 1010000 1111001 0 110101 11110 100001 101001101 100101 110001

Color Harmonies of #AC5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5079

Black with #AC5079

Text Example


Text Example

White with #AC5079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5079; }

 p { color: rgb(172,80,121); }

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

background-color css

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

 a { background-color: rgb(172,80,121); }

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

border-color css

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

 span { border-color: rgb(172,80,121); }

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