#A5A2D5

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

Shades of Wistful #A5A2D5

Tints of Wistful #A5A2D5

Color information

#A5A2D5 (or 0xA5A2D5) is unknown color: approx Wistful. HEX triplet: A5, A2 and D5. RGB value is (165,162,213). Sum of RGB (Red+Green+Blue) = 165+162+213=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 213 - color contains mainly: blue. Hex color #A5A2D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A2D5 is #5A5D2A. Grayscale: #A8A8A8. Windows color (decimal): -5922091 or 14000805. OLE color: 14000805.

HSL color Cylindrical-coordinate representation of color #A5A2D5: hue angle of 243.53º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5A2D5 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB165162213-
CMYK0.230.2400.16
HSL243.53º37.78%73.53%-
HSV(B)243.53º23.94%83.53%-
XYZ40.4538.6468.28-
YUV168.71152.99125.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.56%
GREEN value IS 162 (63.67% from 255) = 30%
BLUE value IS 213 (83.59% from 255) = 39.44%
R=30.56%
G=30%
B=39.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1651622130.230.2400.16243.5337.7873.53
HexA5A2D51718010f4264a
Octal245242325273002036446112
Binary1010010110100010110101011011111000010000111101001001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A2D5; }

 p { color: rgb(165,162,213); }

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

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

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

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

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

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

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