#A08FEC

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

Shades of Biloba Flower #A08FEC

Tints of Biloba Flower #A08FEC

Color information

#A08FEC (or 0xA08FEC) is unknown color: approx Biloba Flower. HEX triplet: A0, 8F and EC. RGB value is (160,143,236). Sum of RGB (Red+Green+Blue) = 160+143+236=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #A08FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08FEC is #5F7013. Grayscale: #9E9E9E. Windows color (decimal): -6254612 or 15503264. OLE color: 15503264.

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

Color convert

RGB160143236-
CMYK0.320.3900.07
HSL250.97º70.99%74.31%-
HSV(B)250.97º39.41%92.55%-
XYZ39.4633.1783.68-
YUV158.68171.63128.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.68%
GREEN value IS 143 (56.25% from 255) = 26.53%
BLUE value IS 236 (92.58% from 255) = 43.78%
R=29.68%
G=26.53%
B=43.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601432360.320.3900.07250.9770.9974.31
HexA08FEC202707fb474a
Octal240217354404707373107112
Binary10100000100011111110110010000010011101111111101110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08FEC; }

 p { color: rgb(160,143,236); }

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

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

 a { background-color: rgb(160,143,236); }

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

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

 span { border-color: rgb(160,143,236); }

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