#A08FF0

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

Shades of Biloba Flower #A08FF0

Tints of Biloba Flower #A08FF0

Color information

#A08FF0 (or 0xA08FF0) is unknown color: approx Biloba Flower. HEX triplet: A0, 8F and F0. RGB value is (160,143,240). Sum of RGB (Red+Green+Blue) = 160+143+240=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #A08FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08FF0 is #5F700F. Grayscale: #9E9E9E. Windows color (decimal): -6254608 or 15765408. OLE color: 15765408.

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

Color convert

RGB160143240-
CMYK0.330.4000.06
HSL250.52º76.38%75.1%-
HSV(B)250.52º40.42%94.12%-
XYZ40.0533.4186.78-
YUV159.14173.63128.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.47%
GREEN value IS 143 (56.25% from 255) = 26.34%
BLUE value IS 240 (94.14% from 255) = 44.20%
R=29.47%
G=26.34%
B=44.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1601432400.330.4000.06250.5276.3875.1
HexA08FF0212806fb4c4b
Octal240217360415006373114113
Binary10100000100011111111000010000110100001101111101110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08FF0; }

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

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

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

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

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

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

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

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