#A1A3CC

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

Shades of Wistful #A1A3CC

Tints of Wistful #A1A3CC

Color information

#A1A3CC (or 0xA1A3CC) is unknown color: approx Wistful. HEX triplet: A1, A3 and CC. RGB value is (161,163,204). Sum of RGB (Red+Green+Blue) = 161+163+204=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1A3CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A3CC is #5E5C33. Grayscale: #A6A6A6. Windows color (decimal): -6183988 or 13411233. OLE color: 13411233.

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

Color convert

RGB161163204-
CMYK0.210.2000.2
HSL237.21º29.66%71.57%-
HSV(B)237.21º21.08%80%-
XYZ38.6938.1362.45-
YUV167.08148.84123.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 163 (64.06% from 255) = 30.87%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=30.49%
G=30.87%
B=38.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1611632040.210.2000.2237.2129.6671.57
HexA1A3CC1514014ed1e48
Octal241243314252402435536110
Binary101000011010001111001100101011010001010011101101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A3CC; }

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

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

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

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

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

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

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

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