#AB8FF8

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

Shades of Biloba Flower #AB8FF8

Tints of Biloba Flower #AB8FF8

Color information

#AB8FF8 (or 0xAB8FF8) is unknown color: approx Biloba Flower. HEX triplet: AB, 8F and F8. RGB value is (171,143,248). Sum of RGB (Red+Green+Blue) = 171+143+248=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB8FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8FF8 is #547007. Grayscale: #A2A2A2. Windows color (decimal): -5533704 or 16289707. OLE color: 16289707.

HSL color Cylindrical-coordinate representation of color #AB8FF8: hue angle of 256º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB8FF8 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171143248-
CMYK0.310.4200.03
HSL256º88.24%76.67%-
HSV(B)256º42.34%97.25%-
XYZ43.5635.0893.28-
YUV163.34175.78133.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.43%
GREEN value IS 143 (56.25% from 255) = 25.44%
BLUE value IS 248 (97.27% from 255) = 44.13%
R=30.43%
G=25.44%
B=44.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711432480.310.4200.0325688.2476.67
HexAB8FF81F2A03100584d
Octal253217370375203400130115
Binary1010101110001111111110001111110101001110000000010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8FF8; }

 p { color: rgb(171,143,248); }

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

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

 a { background-color: rgb(171,143,248); }

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

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

 span { border-color: rgb(171,143,248); }

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