#A88CF1

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

Shades of Biloba Flower #A88CF1

Tints of Biloba Flower #A88CF1

Color information

#A88CF1 (or 0xA88CF1) is unknown color: approx Biloba Flower. HEX triplet: A8, 8C and F1. RGB value is (168,140,241). Sum of RGB (Red+Green+Blue) = 168+140+241=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #A88CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88CF1 is #57730E. Grayscale: #9F9F9F. Windows color (decimal): -5731087 or 15830184. OLE color: 15830184.

HSL color Cylindrical-coordinate representation of color #A88CF1: hue angle of 256.63º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A88CF1 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB168140241-
CMYK0.300.4200.05
HSL256.63º78.29%74.71%-
HSV(B)256.63º41.91%94.51%-
XYZ41.433.4387.49-
YUV159.89173.78133.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.60%
GREEN value IS 140 (55.08% from 255) = 25.50%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=30.60%
G=25.50%
B=43.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681402410.300.4200.05256.6378.2974.71
HexA88CF11E2A051014e4b
Octal250214361365205401116113
Binary10101000100011001111000111110101010010110000000110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88CF1; }

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

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

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

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

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

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

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

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