#A3A2CC

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

Shades of Wistful #A3A2CC

Tints of Wistful #A3A2CC

Color information

#A3A2CC (or 0xA3A2CC) is unknown color: approx Wistful. HEX triplet: A3, A2 and CC. RGB value is (163,162,204). Sum of RGB (Red+Green+Blue) = 163+162+204=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #A3A2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A2CC is #5C5D33. Grayscale: #A6A6A6. Windows color (decimal): -6053172 or 13410979. OLE color: 13410979.

HSL color Cylindrical-coordinate representation of color #A3A2CC: hue angle of 241.43º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3A2CC is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB163162204-
CMYK0.200.2100.2
HSL241.43º29.17%71.76%-
HSV(B)241.43º20.59%80%-
XYZ38.9237.9962.41-
YUV167.09148.83125.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.81%
GREEN value IS 162 (63.67% from 255) = 30.62%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=30.81%
G=30.62%
B=38.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1631622040.200.2100.2241.4329.1771.76
HexA3A2CC1415014f11d48
Octal243242314242502436135110
Binary101000111010001011001100101001010101010011110001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A2CC; }

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

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

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

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

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

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

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

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