#A888FA

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

Shades of Biloba Flower #A888FA

Tints of Biloba Flower #A888FA

Color information

#A888FA (or 0xA888FA) is unknown color: approx Biloba Flower. HEX triplet: A8, 88 and FA. RGB value is (168,136,250). Sum of RGB (Red+Green+Blue) = 168+136+250=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #A888FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A888FA is #577705. Grayscale: #9E9E9E. Windows color (decimal): -5732102 or 16418984. OLE color: 16418984.

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

Color convert

RGB168136250-
CMYK0.330.4600.02
HSL256.84º91.94%75.69%-
HSV(B)256.84º45.6%98.04%-
XYZ42.2132.8494.56-
YUV158.56179.6134.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.32%
GREEN value IS 136 (53.52% from 255) = 24.55%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=30.32%
G=24.55%
B=45.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681362500.330.4600.02256.8491.9475.69
HexA888FA212E021015c4c
Octal250210372415602401134114
Binary10101000100010001111101010000110111001010000000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A888FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A888FA; }

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

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

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

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

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

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

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

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