#A88DFA

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

Shades of Biloba Flower #A88DFA

Tints of Biloba Flower #A88DFA

Color information

#A88DFA (or 0xA88DFA) is unknown color: approx Biloba Flower. HEX triplet: A8, 8D and FA. RGB value is (168,141,250). Sum of RGB (Red+Green+Blue) = 168+141+250=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 141 (55.47% from 255 or 25.22% 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 #A88DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88DFA is #577205. Grayscale: #A1A1A1. Windows color (decimal): -5730822 or 16420264. OLE color: 16420264.

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

Color convert

RGB168141250-
CMYK0.330.4400.02
HSL254.86º91.6%76.67%-
HSV(B)254.86º43.6%98.04%-
XYZ42.9334.2894.8-
YUV161.5177.95132.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.05%
GREEN value IS 141 (55.47% from 255) = 25.22%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=30.05%
G=25.22%
B=44.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681412500.330.4400.02254.8691.676.67
HexA88DFA212C02ff5c4d
Octal250215372415402377134115
Binary1010100010001101111110101000011011000101111111110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88DFA; }

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

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

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

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

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

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

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

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