#A685E3

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

Shades of Biloba Flower #A685E3

Tints of Biloba Flower #A685E3

Color information

#A685E3 (or 0xA685E3) is unknown color: approx Biloba Flower. HEX triplet: A6, 85 and E3. RGB value is (166,133,227). Sum of RGB (Red+Green+Blue) = 166+133+227=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 227 (89.06% from 255 or 43.16% from 526); Max value from RGB is 227 - color contains mainly: blue. Hex color #A685E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685E3 is #597A1C. Grayscale: #999999. Windows color (decimal): -5863965 or 14910886. OLE color: 14910886.

HSL color Cylindrical-coordinate representation of color #A685E3: hue angle of 261.06º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A685E3 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB166133227-
CMYK0.270.4100.11
HSL261.06º62.67%70.59%-
HSV(B)261.06º41.41%89.02%-
XYZ37.9830.4376.54-
YUV153.58169.43136.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.56%
GREEN value IS 133 (52.34% from 255) = 25.29%
BLUE value IS 227 (89.06% from 255) = 43.16%
R=31.56%
G=25.29%
B=43.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1661332270.270.4100.11261.0662.6770.59
HexA685E31B290B1053f47
Octal246205343335101340577107
Binary10100110100001011110001111011101001010111000001011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A685E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A685E3; }

 p { color: rgb(166,133,227); }

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

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

 a { background-color: rgb(166,133,227); }

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

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

 span { border-color: rgb(166,133,227); }

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