#A692EC

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

Shades of Biloba Flower #A692EC

Tints of Biloba Flower #A692EC

Color information

#A692EC (or 0xA692EC) is unknown color: approx Biloba Flower. HEX triplet: A6, 92 and EC. RGB value is (166,146,236). Sum of RGB (Red+Green+Blue) = 166+146+236=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #A692EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A692EC is #596D13. Grayscale: #A1A1A1. Windows color (decimal): -5860628 or 15504038. OLE color: 15504038.

HSL color Cylindrical-coordinate representation of color #A692EC: hue angle of 253.33º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A692EC is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166146236-
CMYK0.300.3800.07
HSL253.33º70.31%74.9%-
HSV(B)253.33º38.14%92.55%-
XYZ41.1534.7283.89-
YUV162.24169.63130.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.29%
GREEN value IS 146 (57.42% from 255) = 26.64%
BLUE value IS 236 (92.58% from 255) = 43.07%
R=30.29%
G=26.64%
B=43.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661462360.300.3800.07253.3370.3174.9
HexA692EC1E2607fd464b
Octal246222354364607375106113
Binary1010011010010010111011001111010011001111111110110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A692EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A692EC; }

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

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

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

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

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

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

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

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