#ABA4E6

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

Shades of Wistful #ABA4E6

Tints of Wistful #ABA4E6

Color information

#ABA4E6 (or 0xABA4E6) is unknown color: approx Wistful. HEX triplet: AB, A4 and E6. RGB value is (171,164,230). Sum of RGB (Red+Green+Blue) = 171+164+230=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABA4E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA4E6 is #545B19. Grayscale: #ADADAD. Windows color (decimal): -5528346 or 15115435. OLE color: 15115435.

HSL color Cylindrical-coordinate representation of color #ABA4E6: hue angle of 246.36º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABA4E6 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171164230-
CMYK0.260.2900.10
HSL246.36º56.9%77.25%-
HSV(B)246.36º28.7%90.2%-
XYZ44.3540.9280.42-
YUV173.62159.82126.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.27%
GREEN value IS 164 (64.45% from 255) = 29.03%
BLUE value IS 230 (90.23% from 255) = 40.71%
R=30.27%
G=29.03%
B=40.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711642300.260.2900.10246.3656.977.25
HexABA4E61A1D0Af6394d
Octal253244346323501236671115
Binary101010111010010011100110110101110101010111101101110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4E6; }

 p { color: rgb(171,164,230); }

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

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

 a { background-color: rgb(171,164,230); }

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

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

 span { border-color: rgb(171,164,230); }

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