Html Css Color HEX #AC5283 Royal Heath

📋 copy color: '#AC5283'

red 172 ◦ green 82 ◦ blue 131

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

Shades of Royal Heath #AC5283

Tints of Royal Heath #AC5283

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.3%

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

R = 44.68%
G = 21.3%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC5283 (or 0xAC5283) is known color: Royal Heath. HEX triplet: AC, 52 and 83. RGB value is (172,82,131). Sum of RGB (Red+Green+Blue) = 172+82+131=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5283 is #53AD7C. Grayscale: #727272. Windows color (decimal): -5483901 or 8606380. OLE color: 8606380.

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

Color convert

RGB 172 82 131 -
CMYK 0 0.52 0.24 0.33
HSL 327.33º 0.35% 0.5% -
HSV(B) 327.33º 0.52% 0.67% -
XYZ 24.13 16.44 23.38 -
YUV 114.5 137.32 169.02 -
System Red Green Blue C M Y K H S L
Decimal 172 82 131 0 0.52 0.24 0.33 327.33 0.35 0.5
Hex AC 52 83 0 34 18 21 147 23 32
Octal 254 122 203 0 64 30 41 507 43 62
Binary 10101100 1010010 10000011 0 110100 11000 100001 101000111 100011 110010

Color Harmonies of #AC5283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5283

Black with #AC5283

Text Example


Text Example

White with #AC5283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5283; }

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

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

background-color css

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

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

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

border-color css

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

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

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