#A3A3CE

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

Shades of Wistful #A3A3CE

Tints of Wistful #A3A3CE

Color information

#A3A3CE (or 0xA3A3CE) is unknown color: approx Wistful. HEX triplet: A3, A3 and CE. RGB value is (163,163,206). Sum of RGB (Red+Green+Blue) = 163+163+206=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #A3A3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A3CE is #5C5C31. Grayscale: #A7A7A7. Windows color (decimal): -6052914 or 13542307. OLE color: 13542307.

HSL color Cylindrical-coordinate representation of color #A3A3CE: hue angle of 240º degrees, saturation: 0.3, 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 #A3A3CE is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163163206-
CMYK0.210.2100.19
HSL240º30.5%72.35%-
HSV(B)240º20.87%80.78%-
XYZ39.3438.4463.74-
YUV167.9149.5124.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.64%
GREEN value IS 163 (64.06% from 255) = 30.64%
BLUE value IS 206 (80.86% from 255) = 38.72%
R=30.64%
G=30.64%
B=38.72%

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
Decimal1631632060.210.2100.1924030.572.35
HexA3A3CE1515013f01e48
Octal243243316252502336036110
Binary101000111010001111001110101011010101001111110000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A3CE; }

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

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

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

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

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

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

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

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