#ABA0F4

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

Shades of Biloba Flower #ABA0F4

Tints of Biloba Flower #ABA0F4

Color information

#ABA0F4 (or 0xABA0F4) is unknown color: approx Biloba Flower. HEX triplet: AB, A0 and F4. RGB value is (171,160,244). Sum of RGB (Red+Green+Blue) = 171+160+244=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 244 (95.70% from 255 or 42.43% from 575); Max value from RGB is 244 - color contains mainly: blue. Hex color #ABA0F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA0F4 is #545F0B. Grayscale: #ACACAC. Windows color (decimal): -5529356 or 16031915. OLE color: 16031915.

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

Color convert

RGB171160244-
CMYK0.300.3400.04
HSL247.86º79.25%79.22%-
HSV(B)247.86º34.43%95.69%-
XYZ45.6940.3390.96-
YUV172.86168.14126.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.74%
GREEN value IS 160 (62.89% from 255) = 27.83%
BLUE value IS 244 (95.70% from 255) = 42.43%
R=29.74%
G=27.83%
B=42.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711602440.300.3400.04247.8679.2579.22
HexABA0F41E2204f84f4f
Octal253240364364204370117117
Binary1010101110100000111101001111010001001001111100010011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA0F4; }

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

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

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

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

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

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

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

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