#A2437B

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

Shades of Royal Heath #A2437B

Tints of Royal Heath #A2437B

Color information

#A2437B (or 0xA2437B) is unknown color: approx Royal Heath. HEX triplet: A2, 43 and 7B. RGB value is (162,67,123). Sum of RGB (Red+Green+Blue) = 162+67+123=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A2437B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2437B is #5DBC84. Grayscale: #656565. Windows color (decimal): -6143109 or 8078242. OLE color: 8078242.

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

Color convert

RGB16267123-
CMYK00.590.240.36
HSL324.63º41.48%44.9%-
HSV(B)324.63º58.64%63.53%-
XYZ20.4813.1320.19-
YUV101.79139.97170.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.02%
GREEN value IS 67 (26.56% from 255) = 19.03%
BLUE value IS 123 (48.44% from 255) = 34.94%
R=46.02%
G=19.03%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626712300.590.240.36324.6341.4844.9
HexA2437B03B1824145292d
Octal24210317307330445055155
Binary1010001010000111111011011101111000100100101000101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2437B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2437B; }

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

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

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

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

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

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

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

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