#A2507B

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

Shades of Royal Heath #A2507B

Tints of Royal Heath #A2507B

Color information

#A2507B (or 0xA2507B) is unknown color: approx Royal Heath. HEX triplet: A2, 50 and 7B. RGB value is (162,80,123). Sum of RGB (Red+Green+Blue) = 162+80+123=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A2507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2507B is #5DAF84. Grayscale: #6D6D6D. Windows color (decimal): -6139781 or 8081570. OLE color: 8081570.

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

Color convert

RGB16280123-
CMYK00.510.240.36
HSL328.54º33.88%47.45%-
HSV(B)328.54º50.62%63.53%-
XYZ21.3414.8520.48-
YUV109.42135.67165.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 123 (48.44% from 255) = 33.70%
R=44.38%
G=21.92%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628012300.510.240.36328.5433.8847.45
HexA2507B0331824149222f
Octal24212017306330445114257
Binary1010001010100001111011011001111000100100101001001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2507B; }

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

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

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

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

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

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

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

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