#A88AFB

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

Shades of Biloba Flower #A88AFB

Tints of Biloba Flower #A88AFB

Color information

#A88AFB (or 0xA88AFB) is unknown color: approx Biloba Flower. HEX triplet: A8, 8A and FB. RGB value is (168,138,251). Sum of RGB (Red+Green+Blue) = 168+138+251=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #A88AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88AFB is #577504. Grayscale: #9F9F9F. Windows color (decimal): -5731589 or 16485032. OLE color: 16485032.

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

Color convert

RGB168138251-
CMYK0.330.4500.02
HSL255.93º93.39%76.27%-
HSV(B)255.93º45.02%98.43%-
XYZ42.6533.4795.48-
YUV159.85179.44133.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.16%
GREEN value IS 138 (54.30% from 255) = 24.78%
BLUE value IS 251 (98.44% from 255) = 45.06%
R=30.16%
G=24.78%
B=45.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681382510.330.4500.02255.9393.3976.27
HexA88AFB212D021005d4c
Octal250212373415502400135114
Binary10101000100010101111101110000110110101010000000010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88AFB; }

 p { color: rgb(168,138,251); }

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

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

 a { background-color: rgb(168,138,251); }

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

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

 span { border-color: rgb(168,138,251); }

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