#A88FF1

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

Shades of Biloba Flower #A88FF1

Tints of Biloba Flower #A88FF1

Color information

#A88FF1 (or 0xA88FF1) is unknown color: approx Biloba Flower. HEX triplet: A8, 8F and F1. RGB value is (168,143,241). Sum of RGB (Red+Green+Blue) = 168+143+241=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #A88FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88FF1 is #57700E. Grayscale: #A1A1A1. Windows color (decimal): -5730319 or 15830952. OLE color: 15830952.

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

Color convert

RGB168143241-
CMYK0.300.4100.05
HSL255.31º77.78%75.29%-
HSV(B)255.31º40.66%94.51%-
XYZ41.8534.3287.64-
YUV161.65172.78132.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.43%
GREEN value IS 143 (56.25% from 255) = 25.91%
BLUE value IS 241 (94.53% from 255) = 43.66%
R=30.43%
G=25.91%
B=43.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681432410.300.4100.05255.3177.7875.29
HexA88FF11E2905ff4e4b
Octal250217361365105377116113
Binary1010100010001111111100011111010100101011111111110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FF1; }

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

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

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

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

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

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

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

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