#A685E6

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

Shades of Biloba Flower #A685E6

Tints of Biloba Flower #A685E6

Color information

#A685E6 (or 0xA685E6) is unknown color: approx Biloba Flower. HEX triplet: A6, 85 and E6. RGB value is (166,133,230). Sum of RGB (Red+Green+Blue) = 166+133+230=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #A685E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A685E6 is #597A19. Grayscale: #999999. Windows color (decimal): -5863962 or 15107494. OLE color: 15107494.

HSL color Cylindrical-coordinate representation of color #A685E6: hue angle of 260.41º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A685E6 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB166133230-
CMYK0.280.4200.10
HSL260.41º65.99%71.18%-
HSV(B)260.41º42.17%90.2%-
XYZ38.430.678.74-
YUV153.93170.93136.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.38%
GREEN value IS 133 (52.34% from 255) = 25.14%
BLUE value IS 230 (90.23% from 255) = 43.48%
R=31.38%
G=25.14%
B=43.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1661332300.280.4200.10260.4165.9971.18
HexA685E61C2A0A1044247
Octal2462053463452012404102107
Binary101001101000010111100110111001010100101010000010010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A685E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A685E6; }

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

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

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

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

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

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

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

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