#ABA8E5

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

Shades of Wistful #ABA8E5

Tints of Wistful #ABA8E5

Color information

#ABA8E5 (or 0xABA8E5) is unknown color: approx Wistful. HEX triplet: AB, A8 and E5. RGB value is (171,168,229). Sum of RGB (Red+Green+Blue) = 171+168+229=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABA8E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8E5 is #54571A. Grayscale: #AFAFAF. Windows color (decimal): -5527323 or 15050923. OLE color: 15050923.

HSL color Cylindrical-coordinate representation of color #ABA8E5: hue angle of 242.95º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABA8E5 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171168229-
CMYK0.250.2700.10
HSL242.95º53.98%77.84%-
HSV(B)242.95º26.64%89.8%-
XYZ44.9442.3279.93-
YUV175.85157.99124.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.11%
GREEN value IS 168 (66.02% from 255) = 29.58%
BLUE value IS 229 (89.84% from 255) = 40.32%
R=30.11%
G=29.58%
B=40.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711682290.250.2700.10242.9553.9877.84
HexABA8E5191B0Af3364e
Octal253250345313301236366116
Binary101010111010100011100101110011101101010111100111101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA8E5; }

 p { color: rgb(171,168,229); }

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

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

 a { background-color: rgb(171,168,229); }

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

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

 span { border-color: rgb(171,168,229); }

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