#A08DDF

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

Shades of Biloba Flower #A08DDF

Tints of Biloba Flower #A08DDF

Color information

#A08DDF (or 0xA08DDF) is unknown color: approx Biloba Flower. HEX triplet: A0, 8D and DF. RGB value is (160,141,223). Sum of RGB (Red+Green+Blue) = 160+141+223=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #A08DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DDF is #5F7220. Grayscale: #9B9B9B. Windows color (decimal): -6255137 or 14650784. OLE color: 14650784.

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

Color convert

RGB160141223-
CMYK0.280.3700.13
HSL253.9º56.16%71.37%-
HSV(B)253.9º36.77%87.45%-
XYZ37.3431.8573.99-
YUV156.03165.79130.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.53%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 223 (87.5% from 255) = 42.56%
R=30.53%
G=26.91%
B=42.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601412230.280.3700.13253.956.1671.37
HexA08DDF1C250Dfe3847
Octal240215337344501537670107
Binary1010000010001101110111111110010010101101111111101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08DDF; }

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

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

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

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

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

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

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

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