#A08BDA

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

Shades of Biloba Flower #A08BDA

Tints of Biloba Flower #A08BDA

Color information

#A08BDA (or 0xA08BDA) is unknown color: approx Biloba Flower. HEX triplet: A0, 8B and DA. RGB value is (160,139,218). Sum of RGB (Red+Green+Blue) = 160+139+218=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #A08BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BDA is #5F7425. Grayscale: #999999. Windows color (decimal): -6255654 or 14322592. OLE color: 14322592.

HSL color Cylindrical-coordinate representation of color #A08BDA: hue angle of 255.95º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A08BDA is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160139218-
CMYK0.270.3600.15
HSL255.95º51.63%70%-
HSV(B)255.95º36.24%85.49%-
XYZ36.383170.4-
YUV154.28163.96132.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 139 (54.69% from 255) = 26.89%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=30.95%
G=26.89%
B=42.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601392180.270.3600.15255.9551.6370
HexA08BDA1B240F1003446
Octal240213332334401740064106
Binary10100000100010111101101011011100100011111000000001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08BDA; }

 p { color: rgb(160,139,218); }

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

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

 a { background-color: rgb(160,139,218); }

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

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

 span { border-color: rgb(160,139,218); }

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