#A1A2CD

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

Shades of Wistful #A1A2CD

Tints of Wistful #A1A2CD

Color information

#A1A2CD (or 0xA1A2CD) is unknown color: approx Wistful. HEX triplet: A1, A2 and CD. RGB value is (161,162,205). Sum of RGB (Red+Green+Blue) = 161+162+205=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1A2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A2CD is #5E5D32. Grayscale: #A6A6A6. Windows color (decimal): -6184243 or 13476513. OLE color: 13476513.

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

Color convert

RGB161162205-
CMYK0.210.2100.20
HSL238.64º30.56%71.76%-
HSV(B)238.64º21.46%80.39%-
XYZ38.6437.8363.02-
YUV166.6149.67124-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 162 (63.67% from 255) = 30.68%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=30.49%
G=30.68%
B=38.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611622050.210.2100.20238.6430.5671.76
HexA1A2CD1515014ef1f48
Octal241242315252502435737110
Binary101000011010001011001101101011010101010011101111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A2CD; }

 p { color: rgb(161,162,205); }

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

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

 a { background-color: rgb(161,162,205); }

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

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

 span { border-color: rgb(161,162,205); }

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