#A5A0CB

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

Shades of Wistful #A5A0CB

Tints of Wistful #A5A0CB

Color information

#A5A0CB (or 0xA5A0CB) is unknown color: approx Wistful. HEX triplet: A5, A0 and CB. RGB value is (165,160,203). Sum of RGB (Red+Green+Blue) = 165+160+203=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5A0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A0CB is #5A5F34. Grayscale: #A6A6A6. Windows color (decimal): -5922613 or 13344933. OLE color: 13344933.

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

Color convert

RGB165160203-
CMYK0.190.2100.20
HSL246.98º29.25%71.18%-
HSV(B)246.98º21.18%79.61%-
XYZ38.8737.4561.68-
YUV166.4148.66127-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.25%
GREEN value IS 160 (62.89% from 255) = 30.30%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=31.25%
G=30.30%
B=38.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651602030.190.2100.20246.9829.2571.18
HexA5A0CB1315014f71d47
Octal245240313232502436735107
Binary101001011010000011001011100111010101010011110111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A0CB; }

 p { color: rgb(165,160,203); }

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

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

 a { background-color: rgb(165,160,203); }

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

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

 span { border-color: rgb(165,160,203); }

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