#a88ffa

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

Shades of Biloba Flower #A88FFA

Tints of Biloba Flower #A88FFA

Color information

#A88FFA (or 0xA88FFA) is unknown color: approx Biloba Flower. HEX triplet: A8, 8F and FA. RGB value is (168,143,250). Sum of RGB (Red+Green+Blue) = 168+143+250=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #A88FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88FFA is #577005. Grayscale: #A2A2A2. Windows color (decimal): -5730310 or 16420776. OLE color: 16420776.

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

Color convert

RGB168143250-
CMYK0.330.4300.02
HSL254.02º91.45%77.06%-
HSV(B)254.02º42.8%98.04%-
XYZ43.2334.8794.9-
YUV162.67177.28131.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.95%
GREEN value IS 143 (56.25% from 255) = 25.49%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=29.95%
G=25.49%
B=44.56%

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
Decimal1681432500.330.4300.02254.0291.4577.06
HexA88FFA212B02fe5b4d
Octal250217372415302376133115
Binary1010100010001111111110101000011010110101111111010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a88ffa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a88ffa; }

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

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

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

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

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

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

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

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