#ABA9D5

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

Shades of Wistful #ABA9D5

Tints of Wistful #ABA9D5

Color information

#ABA9D5 (or 0xABA9D5) is unknown color: approx Wistful. HEX triplet: AB, A9 and D5. RGB value is (171,169,213). Sum of RGB (Red+Green+Blue) = 171+169+213=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABA9D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9D5 is #54562A. Grayscale: #AEAEAE. Windows color (decimal): -5527083 or 14002603. OLE color: 14002603.

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

Color convert

RGB171169213-
CMYK0.200.2100.16
HSL242.73º34.37%74.9%-
HSV(B)242.73º20.66%83.53%-
XYZ42.9941.8468.76-
YUV174.61149.66125.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.92%
GREEN value IS 169 (66.41% from 255) = 30.56%
BLUE value IS 213 (83.59% from 255) = 38.52%
R=30.92%
G=30.56%
B=38.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711692130.200.2100.16242.7334.3774.9
HexABA9D51415010f3224b
Octal253251325242502036342113
Binary1010101110101001110101011010010101010000111100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9D5; }

 p { color: rgb(171,169,213); }

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

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

 a { background-color: rgb(171,169,213); }

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

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

 span { border-color: rgb(171,169,213); }

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