#A5A1CC

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

Shades of Wistful #A5A1CC

Tints of Wistful #A5A1CC

Color information

#A5A1CC (or 0xA5A1CC) is unknown color: approx Wistful. HEX triplet: A5, A1 and CC. RGB value is (165,161,204). Sum of RGB (Red+Green+Blue) = 165+161+204=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #A5A1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A1CC is #5A5E33. Grayscale: #A6A6A6. Windows color (decimal): -5922356 or 13410725. OLE color: 13410725.

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

Color convert

RGB165161204-
CMYK0.190.2100.2
HSL245.58º29.66%71.57%-
HSV(B)245.58º21.08%80%-
XYZ39.1637.8562.37-
YUV167.1148.83126.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.13%
GREEN value IS 161 (63.28% from 255) = 30.38%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=31.13%
G=30.38%
B=38.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1651612040.190.2100.2245.5829.6671.57
HexA5A1CC1315014f61e48
Octal245241314232502436636110
Binary101001011010000111001100100111010101010011110110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A1CC; }

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

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

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

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

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

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

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

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