#A2527D

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

Shades of Royal Heath #A2527D

Tints of Royal Heath #A2527D

Color information

#A2527D (or 0xA2527D) is unknown color: approx Royal Heath. HEX triplet: A2, 52 and 7D. RGB value is (162,82,125). Sum of RGB (Red+Green+Blue) = 162+82+125=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A2527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2527D is #5DAD82. Grayscale: #6E6E6E. Windows color (decimal): -6139267 or 8213154. OLE color: 8213154.

HSL color Cylindrical-coordinate representation of color #A2527D: hue angle of 327.75º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2527D is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB16282125-
CMYK00.490.230.36
HSL327.75º32.79%47.84%-
HSV(B)327.75º49.38%63.53%-
XYZ21.6215.221.2-
YUV110.82136164.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 82 (32.42% from 255) = 22.22%
BLUE value IS 125 (49.22% from 255) = 33.88%
R=43.90%
G=22.22%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628212500.490.230.36327.7532.7947.84
HexA2527D03117241482130
Octal24212217506127445104160
Binary1010001010100101111101011000110111100100101001000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2527D; }

 p { color: rgb(162,82,125); }

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

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

 a { background-color: rgb(162,82,125); }

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

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

 span { border-color: rgb(162,82,125); }

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