#A692EB

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

Shades of Biloba Flower #A692EB

Tints of Biloba Flower #A692EB

Color information

#A692EB (or 0xA692EB) is unknown color: approx Biloba Flower. HEX triplet: A6, 92 and EB. RGB value is (166,146,235). Sum of RGB (Red+Green+Blue) = 166+146+235=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #A692EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A692EB is #596D14. Grayscale: #A1A1A1. Windows color (decimal): -5860629 or 15438502. OLE color: 15438502.

HSL color Cylindrical-coordinate representation of color #A692EB: hue angle of 253.48º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A692EB is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166146235-
CMYK0.290.3800.08
HSL253.48º68.99%74.71%-
HSV(B)253.48º37.87%92.16%-
XYZ4134.6683.13-
YUV162.13169.13130.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.35%
GREEN value IS 146 (57.42% from 255) = 26.69%
BLUE value IS 235 (92.19% from 255) = 42.96%
R=30.35%
G=26.69%
B=42.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661462350.290.3800.08253.4868.9974.71
HexA692EB1D2608fd454b
Octal2462223533546010375105113
Binary10100110100100101110101111101100110010001111110110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A692EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A692EB; }

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

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

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

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

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

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

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

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