#ABA8CF

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

Shades of Wistful #ABA8CF

Tints of Wistful #ABA8CF

Color information

#ABA8CF (or 0xABA8CF) is unknown color: approx Wistful. HEX triplet: AB, A8 and CF. RGB value is (171,168,207). Sum of RGB (Red+Green+Blue) = 171+168+207=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABA8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8CF is #545730. Grayscale: #ADADAD. Windows color (decimal): -5527345 or 13609131. OLE color: 13609131.

HSL color Cylindrical-coordinate representation of color #ABA8CF: hue angle of 244.62º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABA8CF is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171168207-
CMYK0.170.1900.19
HSL244.62º28.89%73.53%-
HSV(B)244.62º18.84%81.18%-
XYZ42.0641.1764.76-
YUV173.34146.99126.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 168 (66.02% from 255) = 30.77%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=31.32%
G=30.77%
B=37.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711682070.170.1900.19244.6228.8973.53
HexABA8CF1113013f51d4a
Octal253250317212302336535112
Binary101010111010100011001111100011001101001111110101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA8CF; }

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

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

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

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

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

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

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

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