#ABA8E1

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

Shades of Wistful #ABA8E1

Tints of Wistful #ABA8E1

Color information

#ABA8E1 (or 0xABA8E1) is unknown color: approx Wistful. HEX triplet: AB, A8 and E1. RGB value is (171,168,225). Sum of RGB (Red+Green+Blue) = 171+168+225=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABA8E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8E1 is #54571E. Grayscale: #AFAFAF. Windows color (decimal): -5527327 or 14788779. OLE color: 14788779.

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

Color convert

RGB171168225-
CMYK0.240.2500.12
HSL243.16º48.72%77.06%-
HSV(B)243.16º25.33%88.24%-
XYZ44.3942.177.02-
YUV175.4155.99124.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.32%
GREEN value IS 168 (66.02% from 255) = 29.79%
BLUE value IS 225 (88.28% from 255) = 39.89%
R=30.32%
G=29.79%
B=39.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711682250.240.2500.12243.1648.7277.06
HexABA8E118190Cf3314d
Octal253250341303101436361115
Binary101010111010100011100001110001100101100111100111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA8E1; }

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

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

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

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

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

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

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

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