#A3A2CE

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

Shades of Wistful #A3A2CE

Tints of Wistful #A3A2CE

Color information

#A3A2CE (or 0xA3A2CE) is unknown color: approx Wistful. HEX triplet: A3, A2 and CE. RGB value is (163,162,206). Sum of RGB (Red+Green+Blue) = 163+162+206=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #A3A2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A2CE is #5C5D31. Grayscale: #A7A7A7. Windows color (decimal): -6053170 or 13542051. OLE color: 13542051.

HSL color Cylindrical-coordinate representation of color #A3A2CE: hue angle of 241.36º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3A2CE is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163162206-
CMYK0.210.2100.19
HSL241.36º30.99%72.16%-
HSV(B)241.36º21.36%80.78%-
XYZ39.1738.0863.68-
YUV167.32149.83124.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.70%
GREEN value IS 162 (63.67% from 255) = 30.51%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=30.70%
G=30.51%
B=38.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631622060.210.2100.19241.3630.9972.16
HexA3A2CE1515013f11f48
Octal243242316252502336137110
Binary101000111010001011001110101011010101001111110001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A2CE; }

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

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

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

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

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

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

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

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