#A2B7CA

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

Shades of Heather #A2B7CA

Tints of Heather #A2B7CA

Color information

#A2B7CA (or 0xA2B7CA) is unknown color: approx Heather. HEX triplet: A2, B7 and CA. RGB value is (162,183,202). Sum of RGB (Red+Green+Blue) = 162+183+202=547 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.62% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #A2B7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B7CA is #5D4835. Grayscale: #B2B2B2. Windows color (decimal): -6113334 or 13285282. OLE color: 13285282.

HSL color Cylindrical-coordinate representation of color #A2B7CA: hue angle of 208.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2B7CA is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162183202-
CMYK0.200.0900.21
HSL208.5º27.4%71.37%-
HSV(B)208.5º19.8%79.22%-
XYZ42.4945.8162.48-
YUV178.89141.04115.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.62%
GREEN value IS 183 (71.88% from 255) = 33.46%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=29.62%
G=33.46%
B=36.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621832020.200.0900.21208.527.471.37
HexA2B7CA149015d01b47
Octal242267312241102532033107
Binary10100010101101111100101010100100101010111010000110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B7CA; }

 p { color: rgb(162,183,202); }

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

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

 a { background-color: rgb(162,183,202); }

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

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

 span { border-color: rgb(162,183,202); }

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