#A2487B

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

Shades of Royal Heath #A2487B

Tints of Royal Heath #A2487B

Color information

#A2487B (or 0xA2487B) is unknown color: approx Royal Heath. HEX triplet: A2, 48 and 7B. RGB value is (162,72,123). Sum of RGB (Red+Green+Blue) = 162+72+123=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2487B is #5DB784. Grayscale: #686868. Windows color (decimal): -6141829 or 8079522. OLE color: 8079522.

HSL color Cylindrical-coordinate representation of color #A2487B: hue angle of 326º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2487B is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB16272123-
CMYK00.560.240.36
HSL326º38.46%45.88%-
HSV(B)326º55.56%63.53%-
XYZ20.7913.7520.3-
YUV104.72138.32168.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 123 (48.44% from 255) = 34.45%
R=45.38%
G=20.17%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627212300.560.240.3632638.4645.88
HexA2487B0381824146262e
Octal24211017307030445064656
Binary1010001010010001111011011100011000100100101000110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2487B; }

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

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

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

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

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

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

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

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