#A88FF3

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

Shades of Biloba Flower #A88FF3

Tints of Biloba Flower #A88FF3

Color information

#A88FF3 (or 0xA88FF3) is unknown color: approx Biloba Flower. HEX triplet: A8, 8F and F3. RGB value is (168,143,243). Sum of RGB (Red+Green+Blue) = 168+143+243=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #A88FF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88FF3 is #57700C. Grayscale: #A1A1A1. Windows color (decimal): -5730317 or 15962024. OLE color: 15962024.

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

Color convert

RGB168143243-
CMYK0.310.4100.05
HSL255º80.65%75.69%-
HSV(B)255º41.15%95.29%-
XYZ42.1534.4489.22-
YUV161.88173.78132.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.32%
GREEN value IS 143 (56.25% from 255) = 25.81%
BLUE value IS 243 (95.31% from 255) = 43.86%
R=30.32%
G=25.81%
B=43.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681432430.310.4100.0525580.6575.69
HexA88FF31F2905ff514c
Octal250217363375105377121114
Binary1010100010001111111100111111110100101011111111110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FF3; }

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

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

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

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

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

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

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

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