#ab8afa

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

Shades of Biloba Flower #AB8AFA

Tints of Biloba Flower #AB8AFA

Color information

#AB8AFA (or 0xAB8AFA) is unknown color: approx Biloba Flower. HEX triplet: AB, 8A and FA. RGB value is (171,138,250). Sum of RGB (Red+Green+Blue) = 171+138+250=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB8AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8AFA is #547505. Grayscale: #A0A0A0. Windows color (decimal): -5534982 or 16419499. OLE color: 16419499.

HSL color Cylindrical-coordinate representation of color #AB8AFA: hue angle of 257.68º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB8AFA is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171138250-
CMYK0.320.4500.02
HSL257.68º91.8%76.08%-
HSV(B)257.68º44.8%98.04%-
XYZ43.1433.7494.68-
YUV160.64178.43135.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.59%
GREEN value IS 138 (54.30% from 255) = 24.69%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=30.59%
G=24.69%
B=44.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711382500.320.4500.02257.6891.876.08
HexAB8AFA202D021025c4c
Octal253212372405502402134114
Binary10101011100010101111101010000010110101010000001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab8afa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab8afa; }

 p { color: rgb(171,138,250); }

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

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

 a { background-color: rgb(171,138,250); }

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

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

 span { border-color: rgb(171,138,250); }

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