#ABA4D0

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

Shades of Wistful #ABA4D0

Tints of Wistful #ABA4D0

Color information

#ABA4D0 (or 0xABA4D0) is unknown color: approx Wistful. HEX triplet: AB, A4 and D0. RGB value is (171,164,208). Sum of RGB (Red+Green+Blue) = 171+164+208=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABA4D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4D0 is #545B2F. Grayscale: #AAAAAA. Windows color (decimal): -5528368 or 13673643. OLE color: 13673643.

HSL color Cylindrical-coordinate representation of color #ABA4D0: hue angle of 249.55º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABA4D0 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171164208-
CMYK0.180.2100.18
HSL249.55º31.88%72.94%-
HSV(B)249.55º21.15%81.57%-
XYZ41.4639.7665.16-
YUV171.11148.82127.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 164 (64.45% from 255) = 30.20%
BLUE value IS 208 (81.64% from 255) = 38.31%
R=31.49%
G=30.20%
B=38.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711642080.180.2100.18249.5531.8872.94
HexABA4D01215012fa2049
Octal253244320222502237240111
Binary1010101110100100110100001001010101010010111110101000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4D0; }

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

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

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

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

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

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

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

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