#AC5282

Color #AC5282 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AC5282

Tints of Royal Heath #AC5282

Color information

#AC5282 (or 0xAC5282) is unknown color: approx Royal Heath. HEX triplet: AC, 52 and 82. RGB value is (172,82,130). Sum of RGB (Red+Green+Blue) = 172+82+130=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5282 is #53AD7D. Grayscale: #727272. Windows color (decimal): -5483902 or 8540844. OLE color: 8540844.

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

Color convert

RGB17282130-
CMYK00.520.240.33
HSL328º35.43%49.8%-
HSV(B)328º52.33%67.45%-
XYZ24.0616.4223.02-
YUV114.38136.82169.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.79%
GREEN value IS 82 (32.42% from 255) = 21.35%
BLUE value IS 130 (51.17% from 255) = 33.85%
R=44.79%
G=21.35%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728213000.520.240.3332835.4349.8
HexAC528203418211482332
Octal25412220206430415104362
Binary10101100101001010000010011010011000100001101001000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5282; }

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

 H1.HeaderClassName
 {
   color: #AC5282;
 }
 .AnyTagClassName
 {
   color: #AC5282;
 }
</style>
background-color css

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

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

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

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

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

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