#a08ce1

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

Shades of Biloba Flower #A08CE1

Tints of Biloba Flower #A08CE1

Color information

#A08CE1 (or 0xA08CE1) is unknown color: approx Biloba Flower. HEX triplet: A0, 8C and E1. RGB value is (160,140,225). Sum of RGB (Red+Green+Blue) = 160+140+225=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 225 (88.28% from 255 or 42.86% from 525); Max value from RGB is 225 - color contains mainly: blue. Hex color #A08CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CE1 is #5F731E. Grayscale: #9B9B9B. Windows color (decimal): -6255391 or 14781600. OLE color: 14781600.

HSL color Cylindrical-coordinate representation of color #A08CE1: hue angle of 254.12º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A08CE1 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB160140225-
CMYK0.290.3800.12
HSL254.12º58.62%71.57%-
HSV(B)254.12º37.78%88.24%-
XYZ37.4731.6775.37-
YUV155.67167.13131.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.48%
GREEN value IS 140 (55.08% from 255) = 26.67%
BLUE value IS 225 (88.28% from 255) = 42.86%
R=30.48%
G=26.67%
B=42.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1601402250.290.3800.12254.1258.6271.57
HexA08CE11D260Cfe3b48
Octal240214341354601437673110
Binary1010000010001100111000011110110011001100111111101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a08ce1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a08ce1; }

 p { color: rgb(160,140,225); }

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

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

 a { background-color: rgb(160,140,225); }

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

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

 span { border-color: rgb(160,140,225); }

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