#ABA3E4

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

Shades of Wistful #ABA3E4

Tints of Wistful #ABA3E4

Color information

#ABA3E4 (or 0xABA3E4) is unknown color: approx Wistful. HEX triplet: AB, A3 and E4. RGB value is (171,163,228). Sum of RGB (Red+Green+Blue) = 171+163+228=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABA3E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3E4 is #545C1B. Grayscale: #ACACAC. Windows color (decimal): -5528604 or 14984107. OLE color: 14984107.

HSL color Cylindrical-coordinate representation of color #ABA3E4: hue angle of 247.38º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABA3E4 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171163228-
CMYK0.250.2900.11
HSL247.38º54.62%76.67%-
HSV(B)247.38º28.51%89.41%-
XYZ43.940.4578.89-
YUV172.8159.15126.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.43%
GREEN value IS 163 (64.06% from 255) = 29.00%
BLUE value IS 228 (89.45% from 255) = 40.57%
R=30.43%
G=29.00%
B=40.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711632280.250.2900.11247.3854.6276.67
HexABA3E4191D0Bf7374d
Octal253243344313501336767115
Binary101010111010001111100100110011110101011111101111101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA3E4; }

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

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

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

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

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

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

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

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