#A08CF1

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

Shades of Biloba Flower #A08CF1

Tints of Biloba Flower #A08CF1

Color information

#A08CF1 (or 0xA08CF1) is unknown color: approx Biloba Flower. HEX triplet: A0, 8C and F1. RGB value is (160,140,241). Sum of RGB (Red+Green+Blue) = 160+140+241=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #A08CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08CF1 is #5F730E. Grayscale: #9D9D9D. Windows color (decimal): -6255375 or 15830176. OLE color: 15830176.

HSL color Cylindrical-coordinate representation of color #A08CF1: hue angle of 251.88º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A08CF1 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160140241-
CMYK0.340.4200.05
HSL251.88º78.29%74.71%-
HSV(B)251.88º41.91%94.51%-
XYZ39.7532.5887.41-
YUV157.49175.13129.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.57%
GREEN value IS 140 (55.08% from 255) = 25.88%
BLUE value IS 241 (94.53% from 255) = 44.55%
R=29.57%
G=25.88%
B=44.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1601402410.340.4200.05251.8878.2974.71
HexA08CF1222A05fc4e4b
Octal240214361425205374116113
Binary10100000100011001111000110001010101001011111110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08CF1; }

 p { color: rgb(160,140,241); }

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

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

 a { background-color: rgb(160,140,241); }

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

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

 span { border-color: rgb(160,140,241); }

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