#A5A5C1

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

Shades of Wistful #A5A5C1

Tints of Wistful #A5A5C1

Color information

#A5A5C1 (or 0xA5A5C1) is unknown color: approx Wistful. HEX triplet: A5, A5 and C1. RGB value is (165,165,193). Sum of RGB (Red+Green+Blue) = 165+165+193=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #A5A5C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A5C1 is #5A5A3E. Grayscale: #A8A8A8. Windows color (decimal): -5921343 or 12690853. OLE color: 12690853.

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

Color convert

RGB165165193-
CMYK0.150.1500.24
HSL240º18.42%70.2%-
HSV(B)240º14.51%75.69%-
XYZ38.638.7655.9-
YUV168.19142125.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 165 (64.84% from 255) = 31.55%
BLUE value IS 193 (75.78% from 255) = 36.90%
R=31.55%
G=31.55%
B=36.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651651930.150.1500.2424018.4270.2
HexA5A5C1FF018f01246
Octal245245301171703036022106
Binary1010010110100101110000011111111101100011110000100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A5C1; }

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

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

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

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

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

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

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

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