#ABA2ED

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

Shades of Wistful #ABA2ED

Tints of Wistful #ABA2ED

Color information

#ABA2ED (or 0xABA2ED) is unknown color: approx Wistful. HEX triplet: AB, A2 and ED. RGB value is (171,162,237). Sum of RGB (Red+Green+Blue) = 171+162+237=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABA2ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA2ED is #545D12. Grayscale: #ACACAC. Windows color (decimal): -5528851 or 15573675. OLE color: 15573675.

HSL color Cylindrical-coordinate representation of color #ABA2ED: hue angle of 247.2º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABA2ED is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171162237-
CMYK0.280.3200.07
HSL247.2º67.57%78.24%-
HSV(B)247.2º31.65%92.94%-
XYZ4540.6185.59-
YUV173.24163.98126.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 162 (63.67% from 255) = 28.42%
BLUE value IS 237 (92.97% from 255) = 41.58%
R=30%
G=28.42%
B=41.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711622370.280.3200.07247.267.5778.24
HexABA2ED1C2007f7444e
Octal253242355344007367104116
Binary1010101110100010111011011110010000001111111011110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA2ED; }

 p { color: rgb(171,162,237); }

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

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

 a { background-color: rgb(171,162,237); }

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

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

 span { border-color: rgb(171,162,237); }

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