#ABA4D7

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

Shades of Wistful #ABA4D7

Tints of Wistful #ABA4D7

Color information

#ABA4D7 (or 0xABA4D7) is unknown color: approx Wistful. HEX triplet: AB, A4 and D7. RGB value is (171,164,215). Sum of RGB (Red+Green+Blue) = 171+164+215=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABA4D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4D7 is #545B28. Grayscale: #ABABAB. Windows color (decimal): -5528361 or 14132395. OLE color: 14132395.

HSL color Cylindrical-coordinate representation of color #ABA4D7: hue angle of 248.24º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABA4D7 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171164215-
CMYK0.200.2400.16
HSL248.24º38.93%74.31%-
HSV(B)248.24º23.72%84.31%-
XYZ42.3440.1269.8-
YUV171.91152.32127.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.09%
GREEN value IS 164 (64.45% from 255) = 29.82%
BLUE value IS 215 (84.38% from 255) = 39.09%
R=31.09%
G=29.82%
B=39.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711642150.200.2400.16248.2438.9374.31
HexABA4D71418010f8274a
Octal253244327243002037047112
Binary1010101110100100110101111010011000010000111110001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4D7; }

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

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

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

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

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

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

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

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