#A1A3CA

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

Shades of Wistful #A1A3CA

Tints of Wistful #A1A3CA

Color information

#A1A3CA (or 0xA1A3CA) is unknown color: approx Wistful. HEX triplet: A1, A3 and CA. RGB value is (161,163,202). Sum of RGB (Red+Green+Blue) = 161+163+202=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #A1A3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A3CA is #5E5C35. Grayscale: #A6A6A6. Windows color (decimal): -6183990 or 13280161. OLE color: 13280161.

HSL color Cylindrical-coordinate representation of color #A1A3CA: hue angle of 237.07º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1A3CA is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB161163202-
CMYK0.200.1900.21
HSL237.07º27.89%71.18%-
HSV(B)237.07º20.3%79.22%-
XYZ38.4638.0461.19-
YUV166.85147.84123.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 163 (64.06% from 255) = 30.99%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=30.61%
G=30.99%
B=38.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611632020.200.1900.21237.0727.8971.18
HexA1A3CA1413015ed1c47
Octal241243312242302535534107
Binary101000011010001111001010101001001101010111101101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A3CA; }

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

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

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

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

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

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

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

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