#A88AD1

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

Shades of Biloba Flower #A88AD1

Tints of Biloba Flower #A88AD1

Color information

#A88AD1 (or 0xA88AD1) is unknown color: approx Biloba Flower. HEX triplet: A8, 8A and D1. RGB value is (168,138,209). Sum of RGB (Red+Green+Blue) = 168+138+209=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #A88AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88AD1 is #57752E. Grayscale: #9A9A9A. Windows color (decimal): -5731631 or 13732520. OLE color: 13732520.

HSL color Cylindrical-coordinate representation of color #A88AD1: hue angle of 265.35º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A88AD1 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB168138209-
CMYK0.200.3400.18
HSL265.35º43.56%68.04%-
HSV(B)265.35º33.97%81.96%-
XYZ36.7531.1164.39-
YUV155.06158.44137.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.62%
GREEN value IS 138 (54.30% from 255) = 26.80%
BLUE value IS 209 (82.03% from 255) = 40.58%
R=32.62%
G=26.80%
B=40.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1681382090.200.3400.18265.3543.5668.04
HexA88AD114220121092c44
Octal250212321244202241154104
Binary101010001000101011010001101001000100100101000010011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88AD1; }

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

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

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

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

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

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

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

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