#A5A1CA

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

Shades of Wistful #A5A1CA

Tints of Wistful #A5A1CA

Color information

#A5A1CA (or 0xA5A1CA) is unknown color: approx Wistful. HEX triplet: A5, A1 and CA. RGB value is (165,161,202). Sum of RGB (Red+Green+Blue) = 165+161+202=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #A5A1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A1CA is #5A5E35. Grayscale: #A6A6A6. Windows color (decimal): -5922358 or 13279653. OLE color: 13279653.

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

Color convert

RGB165161202-
CMYK0.180.2000.21
HSL245.85º27.89%71.18%-
HSV(B)245.85º20.3%79.22%-
XYZ38.9237.7561.11-
YUV166.87147.83126.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.25%
GREEN value IS 161 (63.28% from 255) = 30.49%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=31.25%
G=30.49%
B=38.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651612020.180.2000.21245.8527.8971.18
HexA5A1CA1214015f61c47
Octal245241312222402536634107
Binary101001011010000111001010100101010001010111110110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A1CA; }

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

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

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

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

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

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

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

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