#A08ADE

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

Shades of Biloba Flower #A08ADE

Tints of Biloba Flower #A08ADE

Color information

#A08ADE (or 0xA08ADE) is unknown color: approx Biloba Flower. HEX triplet: A0, 8A and DE. RGB value is (160,138,222). Sum of RGB (Red+Green+Blue) = 160+138+222=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #A08ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ADE is #5F7521. Grayscale: #999999. Windows color (decimal): -6255906 or 14584480. OLE color: 14584480.

HSL color Cylindrical-coordinate representation of color #A08ADE: hue angle of 255.71º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A08ADE is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160138222-
CMYK0.280.3800.13
HSL255.71º56%70.59%-
HSV(B)255.71º37.84%87.06%-
XYZ36.7730.9273.14-
YUV154.15166.29132.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.77%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 222 (87.11% from 255) = 42.69%
R=30.77%
G=26.54%
B=42.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601382220.280.3800.13255.715670.59
HexA08ADE1C260D1003847
Octal240212336344601540070107
Binary10100000100010101101111011100100110011011000000001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08ADE; }

 p { color: rgb(160,138,222); }

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

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

 a { background-color: rgb(160,138,222); }

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

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

 span { border-color: rgb(160,138,222); }

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