#A2507C

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

Shades of Royal Heath #A2507C

Tints of Royal Heath #A2507C

Color information

#A2507C (or 0xA2507C) is unknown color: approx Royal Heath. HEX triplet: A2, 50 and 7C. RGB value is (162,80,124). Sum of RGB (Red+Green+Blue) = 162+80+124=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A2507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2507C is #5DAF83. Grayscale: #6D6D6D. Windows color (decimal): -6139780 or 8147106. OLE color: 8147106.

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

Color convert

RGB16280124-
CMYK00.510.230.36
HSL327.8º33.88%47.45%-
HSV(B)327.8º50.62%63.53%-
XYZ21.4114.8720.81-
YUV109.53136.17165.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 80 (31.64% from 255) = 21.86%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=44.26%
G=21.86%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628012400.510.230.36327.833.8847.45
HexA2507C0331724148222f
Octal24212017406327445104257
Binary1010001010100001111100011001110111100100101001000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2507C; }

 p { color: rgb(162,80,124); }

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

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

 a { background-color: rgb(162,80,124); }

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

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

 span { border-color: rgb(162,80,124); }

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