#A692E1

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

Shades of Biloba Flower #A692E1

Tints of Biloba Flower #A692E1

Color information

#A692E1 (or 0xA692E1) is unknown color: approx Biloba Flower. HEX triplet: A6, 92 and E1. RGB value is (166,146,225). Sum of RGB (Red+Green+Blue) = 166+146+225=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #A692E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A692E1 is #596D1E. Grayscale: #A0A0A0. Windows color (decimal): -5860639 or 14783142. OLE color: 14783142.

HSL color Cylindrical-coordinate representation of color #A692E1: hue angle of 255.19º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A692E1 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB166146225-
CMYK0.260.3500.12
HSL255.19º56.83%72.75%-
HSV(B)255.19º35.11%88.24%-
XYZ39.634.175.73-
YUV160.99164.13131.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.91%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 225 (88.28% from 255) = 41.90%
R=30.91%
G=27.19%
B=41.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1661462250.260.3500.12255.1956.8372.75
HexA692E11A230Cff3949
Octal246222341324301437771111
Binary1010011010010010111000011101010001101100111111111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A692E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A692E1; }

 p { color: rgb(166,146,225); }

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

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

 a { background-color: rgb(166,146,225); }

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

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

 span { border-color: rgb(166,146,225); }

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