#A88CF9

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

Shades of Biloba Flower #A88CF9

Tints of Biloba Flower #A88CF9

Color information

#A88CF9 (or 0xA88CF9) is unknown color: approx Biloba Flower. HEX triplet: A8, 8C and F9. RGB value is (168,140,249). Sum of RGB (Red+Green+Blue) = 168+140+249=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #A88CF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88CF9 is #577306. Grayscale: #A0A0A0. Windows color (decimal): -5731079 or 16354472. OLE color: 16354472.

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

Color convert

RGB168140249-
CMYK0.330.4400.02
HSL255.41º90.08%76.27%-
HSV(B)255.41º43.78%97.65%-
XYZ42.6333.9293.92-
YUV160.8177.78133.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.16%
GREEN value IS 140 (55.08% from 255) = 25.13%
BLUE value IS 249 (97.66% from 255) = 44.70%
R=30.16%
G=25.13%
B=44.70%

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
Decimal1681402490.330.4400.02255.4190.0876.27
HexA88CF9212C02ff5a4c
Octal250214371415402377132114
Binary1010100010001100111110011000011011000101111111110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88CF9; }

 p { color: rgb(168,140,249); }

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

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

 a { background-color: rgb(168,140,249); }

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

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

 span { border-color: rgb(168,140,249); }

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