#A88FF9

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

Shades of Biloba Flower #A88FF9

Tints of Biloba Flower #A88FF9

Color information

#A88FF9 (or 0xA88FF9) is unknown color: approx Biloba Flower. HEX triplet: A8, 8F and F9. RGB value is (168,143,249). Sum of RGB (Red+Green+Blue) = 168+143+249=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #A88FF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88FF9 is #577006. Grayscale: #A2A2A2. Windows color (decimal): -5730311 or 16355240. OLE color: 16355240.

HSL color Cylindrical-coordinate representation of color #A88FF9: hue angle of 254.15º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A88FF9 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168143249-
CMYK0.330.4300.02
HSL254.15º89.83%76.86%-
HSV(B)254.15º42.57%97.65%-
XYZ43.0734.8194.07-
YUV162.56176.78131.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30%
GREEN value IS 143 (56.25% from 255) = 25.54%
BLUE value IS 249 (97.66% from 255) = 44.46%
R=30%
G=25.54%
B=44.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681432490.330.4300.02254.1589.8376.86
HexA88FF9212B02fe5a4d
Octal250217371415302376132115
Binary1010100010001111111110011000011010110101111111010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FF9; }

 p { color: rgb(168,143,249); }

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

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

 a { background-color: rgb(168,143,249); }

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

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

 span { border-color: rgb(168,143,249); }

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