#ABA0F3

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

Shades of Wistful #ABA0F3

Tints of Wistful #ABA0F3

Color information

#ABA0F3 (or 0xABA0F3) is unknown color: approx Wistful. HEX triplet: AB, A0 and F3. RGB value is (171,160,243). Sum of RGB (Red+Green+Blue) = 171+160+243=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 243 (95.31% from 255 or 42.33% from 574); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABA0F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA0F3 is #545F0C. Grayscale: #ACACAC. Windows color (decimal): -5529357 or 15966379. OLE color: 15966379.

HSL color Cylindrical-coordinate representation of color #ABA0F3: hue angle of 247.95º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABA0F3 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171160243-
CMYK0.300.3400.05
HSL247.95º77.57%79.02%-
HSV(B)247.95º34.16%95.29%-
XYZ45.5440.2790.17-
YUV172.75167.64126.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.79%
GREEN value IS 160 (62.89% from 255) = 27.87%
BLUE value IS 243 (95.31% from 255) = 42.33%
R=29.79%
G=27.87%
B=42.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711602430.300.3400.05247.9577.5779.02
HexABA0F31E2205f84e4f
Octal253240363364205370116117
Binary1010101110100000111100111111010001001011111100010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA0F3; }

 p { color: rgb(171,160,243); }

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

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

 a { background-color: rgb(171,160,243); }

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

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

 span { border-color: rgb(171,160,243); }

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