#A692F9

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

Shades of Biloba Flower #A692F9

Tints of Biloba Flower #A692F9

Color information

#A692F9 (or 0xA692F9) is unknown color: approx Biloba Flower. HEX triplet: A6, 92 and F9. RGB value is (166,146,249). Sum of RGB (Red+Green+Blue) = 166+146+249=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #A692F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A692F9 is #596D06. Grayscale: #A3A3A3. Windows color (decimal): -5860615 or 16356006. OLE color: 16356006.

HSL color Cylindrical-coordinate representation of color #A692F9: hue angle of 251.65º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A692F9 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166146249-
CMYK0.330.4100.02
HSL251.65º89.57%77.45%-
HSV(B)251.65º41.37%97.65%-
XYZ43.135.594.2-
YUV163.72176.13129.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.59%
GREEN value IS 146 (57.42% from 255) = 26.02%
BLUE value IS 249 (97.66% from 255) = 44.39%
R=29.59%
G=26.02%
B=44.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661462490.330.4100.02251.6589.5777.45
HexA692F9212902fc5a4d
Octal246222371415102374132115
Binary1010011010010010111110011000011010010101111110010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A692F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A692F9; }

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

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

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

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

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

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

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

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