#A08DF3

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

Shades of Biloba Flower #A08DF3

Tints of Biloba Flower #A08DF3

Color information

#A08DF3 (or 0xA08DF3) is unknown color: approx Biloba Flower. HEX triplet: A0, 8D and F3. RGB value is (160,141,243). Sum of RGB (Red+Green+Blue) = 160+141+243=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 243 (95.31% from 255 or 44.67% from 544); Max value from RGB is 243 - color contains mainly: blue. Hex color #A08DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08DF3 is #5F720C. Grayscale: #9D9D9D. Windows color (decimal): -6255117 or 15961504. OLE color: 15961504.

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

Color convert

RGB160141243-
CMYK0.340.4200.05
HSL251.18º80.95%75.29%-
HSV(B)251.18º41.98%95.29%-
XYZ40.232.9989.04-
YUV158.31175.79129.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.41%
GREEN value IS 141 (55.47% from 255) = 25.92%
BLUE value IS 243 (95.31% from 255) = 44.67%
R=29.41%
G=25.92%
B=44.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1601412430.340.4200.05251.1880.9575.29
HexA08DF3222A05fb514b
Octal240215363425205373121113
Binary10100000100011011111001110001010101001011111101110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08DF3; }

 p { color: rgb(160,141,243); }

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

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

 a { background-color: rgb(160,141,243); }

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

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

 span { border-color: rgb(160,141,243); }

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