#A5A0CD

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

Shades of Wistful #A5A0CD

Tints of Wistful #A5A0CD

Color information

#A5A0CD (or 0xA5A0CD) is unknown color: approx Wistful. HEX triplet: A5, A0 and CD. RGB value is (165,160,205). Sum of RGB (Red+Green+Blue) = 165+160+205=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #A5A0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A0CD is #5A5F32. Grayscale: #A6A6A6. Windows color (decimal): -5922611 or 13476005. OLE color: 13476005.

HSL color Cylindrical-coordinate representation of color #A5A0CD: hue angle of 246.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5A0CD is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165160205-
CMYK0.200.2200.20
HSL246.67º31.03%71.57%-
HSV(B)246.67º21.95%80.39%-
XYZ39.1137.5562.94-
YUV166.62149.66126.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.13%
GREEN value IS 160 (62.89% from 255) = 30.19%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=31.13%
G=30.19%
B=38.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651602050.200.2200.20246.6731.0371.57
HexA5A0CD1416014f71f48
Octal245240315242602436737110
Binary101001011010000011001101101001011001010011110111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A0CD; }

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

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

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

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

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

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

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

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