Html Css Color HEX #AC5281 Royal Heath

📋 copy color: '#AC5281'

red 172 ◦ green 82 ◦ blue 129

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

Shades of Royal Heath #AC5281

Tints of Royal Heath #AC5281

RGB

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

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

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

R = 44.91%
G = 21.41%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC5281 (or 0xAC5281) is known color: Royal Heath. HEX triplet: AC, 52 and 81. RGB value is (172,82,129). Sum of RGB (Red+Green+Blue) = 172+82+129=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5281 is #53AD7E. Grayscale: #727272. Windows color (decimal): -5483903 or 8475308. OLE color: 8475308.

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

Color convert

RGB 172 82 129 -
CMYK 0 0.52 0.25 0.33
HSL 328.67º 0.35% 0.5% -
HSV(B) 328.67º 0.52% 0.67% -
XYZ 23.99 16.39 22.67 -
YUV 114.27 136.32 169.18 -
System Red Green Blue C M Y K H S L
Decimal 172 82 129 0 0.52 0.25 0.33 328.67 0.35 0.5
Hex AC 52 81 0 34 19 21 149 23 32
Octal 254 122 201 0 64 31 41 511 43 62
Binary 10101100 1010010 10000001 0 110100 11001 100001 101001001 100011 110010

Color Harmonies of #AC5281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5281

Black with #AC5281

Text Example


Text Example

White with #AC5281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5281; }

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

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

background-color css

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

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

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

border-color css

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

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

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