#ABA3E1

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

Shades of Wistful #ABA3E1

Tints of Wistful #ABA3E1

Color information

#ABA3E1 (or 0xABA3E1) is unknown color: approx Wistful. HEX triplet: AB, A3 and E1. RGB value is (171,163,225). Sum of RGB (Red+Green+Blue) = 171+163+225=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABA3E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3E1 is #545C1E. Grayscale: #ACACAC. Windows color (decimal): -5528607 or 14787499. OLE color: 14787499.

HSL color Cylindrical-coordinate representation of color #ABA3E1: hue angle of 247.74º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABA3E1 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB171163225-
CMYK0.240.2800.12
HSL247.74º50.82%76.08%-
HSV(B)247.74º27.56%88.24%-
XYZ43.4840.2976.72-
YUV172.46157.65126.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.59%
GREEN value IS 163 (64.06% from 255) = 29.16%
BLUE value IS 225 (88.28% from 255) = 40.25%
R=30.59%
G=29.16%
B=40.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711632250.240.2800.12247.7450.8276.08
HexABA3E1181C0Cf8334c
Octal253243341303401437063114
Binary101010111010001111100001110001110001100111110001100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA3E1; }

 p { color: rgb(171,163,225); }

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

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

 a { background-color: rgb(171,163,225); }

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

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

 span { border-color: rgb(171,163,225); }

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