#A5A6CD

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

Shades of Wistful #A5A6CD

Tints of Wistful #A5A6CD

Color information

#A5A6CD (or 0xA5A6CD) is unknown color: approx Wistful. HEX triplet: A5, A6 and CD. RGB value is (165,166,205). Sum of RGB (Red+Green+Blue) = 165+166+205=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #A5A6CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A6CD is #5A5932. Grayscale: #A9A9A9. Windows color (decimal): -5921075 or 13477541. OLE color: 13477541.

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

Color convert

RGB165166205-
CMYK0.200.1900.20
HSL238.5º28.57%72.55%-
HSV(B)238.5º19.51%80.39%-
XYZ40.1739.6863.3-
YUV170.15147.67124.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.78%
GREEN value IS 166 (65.23% from 255) = 30.97%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=30.78%
G=30.97%
B=38.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651662050.200.1900.20238.528.5772.55
HexA5A6CD1413014ee1d49
Octal245246315242302435635111
Binary101001011010011011001101101001001101010011101110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A6CD; }

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

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

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

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

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

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

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

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