#A5A7CD

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

Shades of Wistful #A5A7CD

Tints of Wistful #A5A7CD

Color information

#A5A7CD (or 0xA5A7CD) is unknown color: approx Wistful. HEX triplet: A5, A7 and CD. RGB value is (165,167,205). Sum of RGB (Red+Green+Blue) = 165+167+205=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #A5A7CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A7CD is #5A5832. Grayscale: #AAAAAA. Windows color (decimal): -5920819 or 13477797. OLE color: 13477797.

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

Color convert

RGB165167205-
CMYK0.200.1900.20
HSL237º28.57%72.55%-
HSV(B)237º19.51%80.39%-
XYZ40.3640.0463.36-
YUV170.73147.34123.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.73%
GREEN value IS 167 (65.62% from 255) = 31.10%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=30.73%
G=31.10%
B=38.18%

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
Decimal1651672050.200.1900.2023728.5772.55
HexA5A7CD1413014ed1d49
Octal245247315242302435535111
Binary101001011010011111001101101001001101010011101101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A7CD; }

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

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

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

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

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

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

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

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