#A2A3D6

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

Shades of Wistful #A2A3D6

Tints of Wistful #A2A3D6

Color information

#A2A3D6 (or 0xA2A3D6) is unknown color: approx Wistful. HEX triplet: A2, A3 and D6. RGB value is (162,163,214). Sum of RGB (Red+Green+Blue) = 162+163+214=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 214 - color contains mainly: blue. Hex color #A2A3D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A3D6 is #5D5C29. Grayscale: #A8A8A8. Windows color (decimal): -6118442 or 14066594. OLE color: 14066594.

HSL color Cylindrical-coordinate representation of color #A2A3D6: hue angle of 238.85º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2A3D6 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB162163214-
CMYK0.240.2400.16
HSL238.85º38.81%73.73%-
HSV(B)238.85º24.3%83.92%-
XYZ40.1438.7368.98-
YUV168.52153.67123.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.06%
GREEN value IS 163 (64.06% from 255) = 30.24%
BLUE value IS 214 (83.98% from 255) = 39.70%
R=30.06%
G=30.24%
B=39.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621632140.240.2400.16238.8538.8173.73
HexA2A3D61818010ef274a
Octal242243326303002035747112
Binary1010001010100011110101101100011000010000111011111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A3D6; }

 p { color: rgb(162,163,214); }

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

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

 a { background-color: rgb(162,163,214); }

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

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

 span { border-color: rgb(162,163,214); }

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