#A8A5C0

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

Shades of Wistful #A8A5C0

Tints of Wistful #A8A5C0

Color information

#A8A5C0 (or 0xA8A5C0) is unknown color: approx Wistful. HEX triplet: A8, A5 and C0. RGB value is (168,165,192). Sum of RGB (Red+Green+Blue) = 168+165+192=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 192 - color contains mainly: blue. Hex color #A8A5C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A5C0 is #575A3F. Grayscale: #A8A8A8. Windows color (decimal): -5724736 or 12625320. OLE color: 12625320.

HSL color Cylindrical-coordinate representation of color #A8A5C0: hue angle of 246.67º 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 #A8A5C0 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168165192-
CMYK0.120.1400.25
HSL246.67º17.65%70%-
HSV(B)246.67º14.06%75.29%-
XYZ39.1239.0455.34-
YUV168.98140.99127.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32%
GREEN value IS 165 (64.84% from 255) = 31.43%
BLUE value IS 192 (75.39% from 255) = 36.57%
R=32%
G=31.43%
B=36.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681651920.120.1400.25246.6717.6570
HexA8A5C0CE019f71246
Octal250245300141603136722106
Binary1010100010100101110000001100111001100111110111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A5C0; }

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

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

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

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

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

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

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

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