#A08FEE

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

Shades of Biloba Flower #A08FEE

Tints of Biloba Flower #A08FEE

Color information

#A08FEE (or 0xA08FEE) is unknown color: approx Biloba Flower. HEX triplet: A0, 8F and EE. RGB value is (160,143,238). Sum of RGB (Red+Green+Blue) = 160+143+238=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #A08FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08FEE is #5F7011. Grayscale: #9E9E9E. Windows color (decimal): -6254610 or 15634336. OLE color: 15634336.

HSL color Cylindrical-coordinate representation of color #A08FEE: hue angle of 250.74º 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 #A08FEE is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160143238-
CMYK0.330.4000.07
HSL250.74º73.64%74.71%-
HSV(B)250.74º39.92%93.33%-
XYZ39.7533.2985.22-
YUV158.91172.63128.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.57%
GREEN value IS 143 (56.25% from 255) = 26.43%
BLUE value IS 238 (93.36% from 255) = 43.99%
R=29.57%
G=26.43%
B=43.99%

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
Decimal1601432380.330.4000.07250.7473.6474.71
HexA08FEE212807fb4a4b
Octal240217356415007373112113
Binary10100000100011111110111010000110100001111111101110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08FEE; }

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

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

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

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

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

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

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

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