#A08EE2

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

Shades of Biloba Flower #A08EE2

Tints of Biloba Flower #A08EE2

Color information

#A08EE2 (or 0xA08EE2) is unknown color: approx Biloba Flower. HEX triplet: A0, 8E and E2. RGB value is (160,142,226). Sum of RGB (Red+Green+Blue) = 160+142+226=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 226 - color contains mainly: blue. Hex color #A08EE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08EE2 is #5F711D. Grayscale: #9C9C9C. Windows color (decimal): -6254878 or 14847648. OLE color: 14847648.

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

Color convert

RGB160142226-
CMYK0.290.3700.11
HSL252.86º59.15%72.16%-
HSV(B)252.86º37.17%88.63%-
XYZ37.932.3176.19-
YUV156.96166.96130.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.30%
GREEN value IS 142 (55.86% from 255) = 26.89%
BLUE value IS 226 (88.67% from 255) = 42.80%
R=30.30%
G=26.89%
B=42.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1601422260.290.3700.11252.8659.1572.16
HexA08EE21D250Bfd3b48
Octal240216342354501337573110
Binary1010000010001110111000101110110010101011111111011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08EE2; }

 p { color: rgb(160,142,226); }

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

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

 a { background-color: rgb(160,142,226); }

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

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

 span { border-color: rgb(160,142,226); }

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