Html Css Color HEX #AC5081 Royal Heath

📋 copy color: '#AC5081'

red 172 ◦ green 80 ◦ blue 129

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

Shades of Royal Heath #AC5081

Tints of Royal Heath #AC5081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.86%

R = 45.14%
G = 21%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC5081 (or 0xAC5081) is known color: Royal Heath. HEX triplet: AC, 50 and 81. RGB value is (172,80,129). Sum of RGB (Red+Green+Blue) = 172+80+129=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5081 is #53AF7E. Grayscale: #707070. Windows color (decimal): -5484415 or 8474796. OLE color: 8474796.

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

Color convert

RGB 172 80 129 -
CMYK 0 0.53 0.25 0.33
HSL 328.04º 0.37% 0.49% -
HSV(B) 328.04º 0.53% 0.67% -
XYZ 23.84 16.09 22.62 -
YUV 113.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 172 80 129 0 0.53 0.25 0.33 328.04 0.37 0.49
Hex AC 50 81 0 35 19 21 148 25 31
Octal 254 120 201 0 65 31 41 510 45 61
Binary 10101100 1010000 10000001 0 110101 11001 100001 101001000 100101 110001

Color Harmonies of #AC5081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5081

Black with #AC5081

Text Example


Text Example

White with #AC5081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5081; }

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

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

background-color css

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

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

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

border-color css

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

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

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