#A692EE

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

Shades of Biloba Flower #A692EE

Tints of Biloba Flower #A692EE

Color information

#A692EE (or 0xA692EE) is unknown color: approx Biloba Flower. HEX triplet: A6, 92 and EE. RGB value is (166,146,238). Sum of RGB (Red+Green+Blue) = 166+146+238=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #A692EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A692EE is #596D11. Grayscale: #A2A2A2. Windows color (decimal): -5860626 or 15635110. OLE color: 15635110.

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

Color convert

RGB166146238-
CMYK0.300.3900.07
HSL253.04º73.02%75.29%-
HSV(B)253.04º38.66%93.33%-
XYZ41.4434.8485.43-
YUV162.47170.63130.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.18%
GREEN value IS 146 (57.42% from 255) = 26.55%
BLUE value IS 238 (93.36% from 255) = 43.27%
R=30.18%
G=26.55%
B=43.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661462380.300.3900.07253.0473.0275.29
HexA692EE1E2707fd494b
Octal246222356364707375111113
Binary1010011010010010111011101111010011101111111110110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A692EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A692EE; }

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

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

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

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

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

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

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

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