#A08BEE

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

Shades of Biloba Flower #A08BEE

Tints of Biloba Flower #A08BEE

Color information

#A08BEE (or 0xA08BEE) is unknown color: approx Biloba Flower. HEX triplet: A0, 8B and EE. RGB value is (160,139,238). Sum of RGB (Red+Green+Blue) = 160+139+238=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #A08BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08BEE is #5F7411. Grayscale: #9C9C9C. Windows color (decimal): -6255634 or 15633312. OLE color: 15633312.

HSL color Cylindrical-coordinate representation of color #A08BEE: hue angle of 252.73º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A08BEE is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160139238-
CMYK0.330.4200.07
HSL252.73º74.44%73.92%-
HSV(B)252.73º41.6%93.33%-
XYZ39.1632.1185.02-
YUV156.56173.96130.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.80%
GREEN value IS 139 (54.69% from 255) = 25.88%
BLUE value IS 238 (93.36% from 255) = 44.32%
R=29.80%
G=25.88%
B=44.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601392380.330.4200.07252.7374.4473.92
HexA08BEE212A07fd4a4a
Octal240213356415207375112112
Binary10100000100010111110111010000110101001111111110110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08BEE; }

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

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

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

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

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

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

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

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