#AB8AFD

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

Shades of Biloba Flower #AB8AFD

Tints of Biloba Flower #AB8AFD

Color information

#AB8AFD (or 0xAB8AFD) is unknown color: approx Biloba Flower. HEX triplet: AB, 8A and FD. RGB value is (171,138,253). Sum of RGB (Red+Green+Blue) = 171+138+253=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB8AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8AFD is #547502. Grayscale: #A0A0A0. Windows color (decimal): -5534979 or 16616107. OLE color: 16616107.

HSL color Cylindrical-coordinate representation of color #AB8AFD: hue angle of 257.22º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB8AFD is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB171138253-
CMYK0.320.4500.01
HSL257.22º96.64%76.67%-
HSV(B)257.22º45.45%99.22%-
XYZ43.6133.9397.18-
YUV160.98179.93135.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.43%
GREEN value IS 138 (54.30% from 255) = 24.56%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=30.43%
G=24.56%
B=45.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1711382530.320.4500.01257.2296.6476.67
HexAB8AFD202D01101614d
Octal253212375405501401141115
Binary1010101110001010111111011000001011010110000000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8AFD; }

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

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

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

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

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

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

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

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