#A5A5C0

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

Shades of Wistful #A5A5C0

Tints of Wistful #A5A5C0

Color information

#A5A5C0 (or 0xA5A5C0) is unknown color: approx Wistful. HEX triplet: A5, A5 and C0. RGB value is (165,165,192). Sum of RGB (Red+Green+Blue) = 165+165+192=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 192 - color contains mainly: blue. Hex color #A5A5C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A5C0 is #5A5A3F. Grayscale: #A7A7A7. Windows color (decimal): -5921344 or 12625317. OLE color: 12625317.

HSL color Cylindrical-coordinate representation of color #A5A5C0: hue angle of 240º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5A5C0 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165165192-
CMYK0.140.1400.25
HSL240º17.65%70%-
HSV(B)240º14.06%75.29%-
XYZ38.4938.7255.31-
YUV168.08141.5125.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 165 (64.84% from 255) = 31.61%
BLUE value IS 192 (75.39% from 255) = 36.78%
R=31.61%
G=31.61%
B=36.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651651920.140.1400.2524017.6570
HexA5A5C0EE019f01246
Octal245245300161603136022106
Binary1010010110100101110000001110111001100111110000100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A5C0; }

 p { color: rgb(165,165,192); }

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

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

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

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

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

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

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