Html Css Color HEX #AC5A83 Royal Heath

📋 copy color: '#AC5A83'

red 172 ◦ green 90 ◦ blue 131

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

Shades of Royal Heath #AC5A83

Tints of Royal Heath #AC5A83

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.9%

 BLUE value IS 131 (51.56% from 255) = 33.33%

R = 43.77%
G = 22.9%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC5A83 (or 0xAC5A83) is known color: Royal Heath. HEX triplet: AC, 5A and 83. RGB value is (172,90,131). Sum of RGB (Red+Green+Blue) = 172+90+131=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5A83 is #53A57C. Grayscale: #777777. Windows color (decimal): -5481853 or 8608428. OLE color: 8608428.

HSL color Cylindrical-coordinate representation of color #AC5A83: hue angle of 330º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5A83 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 90 131 -
CMYK 0 0.48 0.24 0.33
HSL 330º 0.33% 0.51% -
HSV(B) 330º 0.48% 0.67% -
XYZ 24.77 17.72 23.59 -
YUV 119.19 134.67 165.67 -
System Red Green Blue C M Y K H S L
Decimal 172 90 131 0 0.48 0.24 0.33 330 0.33 0.51
Hex AC 5A 83 0 30 18 21 14A 21 33
Octal 254 132 203 0 60 30 41 512 41 63
Binary 10101100 1011010 10000011 0 110000 11000 100001 101001010 100001 110011

Color Harmonies of #AC5A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A83

Black with #AC5A83

Text Example


Text Example

White with #AC5A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A83; }

 p { color: rgb(172,90,131); }

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

background-color css

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

 a { background-color: rgb(172,90,131); }

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

border-color css

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

 span { border-color: rgb(172,90,131); }

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