#A88EFA

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

Shades of Biloba Flower #A88EFA

Tints of Biloba Flower #A88EFA

Color information

#A88EFA (or 0xA88EFA) is unknown color: approx Biloba Flower. HEX triplet: A8, 8E and FA. RGB value is (168,142,250). Sum of RGB (Red+Green+Blue) = 168+142+250=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #A88EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88EFA is #577105. Grayscale: #A1A1A1. Windows color (decimal): -5730566 or 16420520. OLE color: 16420520.

HSL color Cylindrical-coordinate representation of color #A88EFA: hue angle of 254.44º degrees, saturation: 0.92, 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 #A88EFA is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168142250-
CMYK0.330.4300.02
HSL254.44º91.53%76.86%-
HSV(B)254.44º43.2%98.04%-
XYZ43.0834.5794.85-
YUV162.09177.61132.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30%
GREEN value IS 142 (55.86% from 255) = 25.36%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=30%
G=25.36%
B=44.64%

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
Decimal1681422500.330.4300.02254.4491.5376.86
HexA88EFA212B02fe5c4d
Octal250216372415302376134115
Binary1010100010001110111110101000011010110101111111010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88EFA; }

 p { color: rgb(168,142,250); }

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

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

 a { background-color: rgb(168,142,250); }

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

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

 span { border-color: rgb(168,142,250); }

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