#A5A0CF

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

Shades of Wistful #A5A0CF

Tints of Wistful #A5A0CF

Color information

#A5A0CF (or 0xA5A0CF) is unknown color: approx Wistful. HEX triplet: A5, A0 and CF. RGB value is (165,160,207). Sum of RGB (Red+Green+Blue) = 165+160+207=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #A5A0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A0CF is #5A5F30. Grayscale: #A6A6A6. Windows color (decimal): -5922609 or 13607077. OLE color: 13607077.

HSL color Cylindrical-coordinate representation of color #A5A0CF: hue angle of 246.38º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5A0CF is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165160207-
CMYK0.200.2300.19
HSL246.38º32.87%71.96%-
HSV(B)246.38º22.71%81.18%-
XYZ39.3537.6564.22-
YUV166.85150.66126.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.02%
GREEN value IS 160 (62.89% from 255) = 30.08%
BLUE value IS 207 (81.25% from 255) = 38.91%
R=31.02%
G=30.08%
B=38.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651602070.200.2300.19246.3832.8771.96
HexA5A0CF1417013f62148
Octal245240317242702336641110
Binary1010010110100000110011111010010111010011111101101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A0CF; }

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

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

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

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

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

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

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

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