#A08EEE

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

Shades of Biloba Flower #A08EEE

Tints of Biloba Flower #A08EEE

Color information

#A08EEE (or 0xA08EEE) is unknown color: approx Biloba Flower. HEX triplet: A0, 8E and EE. RGB value is (160,142,238). Sum of RGB (Red+Green+Blue) = 160+142+238=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #A08EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08EEE is #5F7111. Grayscale: #9D9D9D. Windows color (decimal): -6254866 or 15634080. OLE color: 15634080.

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

Color convert

RGB160142238-
CMYK0.330.4000.07
HSL251.25º73.85%74.51%-
HSV(B)251.25º40.34%93.33%-
XYZ39.632.9985.17-
YUV158.33172.96129.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.63%
GREEN value IS 142 (55.86% from 255) = 26.30%
BLUE value IS 238 (93.36% from 255) = 44.07%
R=29.63%
G=26.30%
B=44.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601422380.330.4000.07251.2573.8574.51
HexA08EEE212807fb4a4b
Octal240216356415007373112113
Binary10100000100011101110111010000110100001111111101110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08EEE; }

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

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

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

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

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

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

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

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