#A693EE

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

Shades of Biloba Flower #A693EE

Tints of Biloba Flower #A693EE

Color information

#A693EE (or 0xA693EE) is unknown color: approx Biloba Flower. HEX triplet: A6, 93 and EE. RGB value is (166,147,238). Sum of RGB (Red+Green+Blue) = 166+147+238=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #A693EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A693EE is #596C11. Grayscale: #A2A2A2. Windows color (decimal): -5860370 or 15635366. OLE color: 15635366.

HSL color Cylindrical-coordinate representation of color #A693EE: hue angle of 252.53º degrees, saturation: 0.73, 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 #A693EE is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166147238-
CMYK0.300.3800.07
HSL252.53º72.8%75.49%-
HSV(B)252.53º38.24%93.33%-
XYZ41.5935.1585.48-
YUV163.06170.29130.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.13%
GREEN value IS 147 (57.81% from 255) = 26.68%
BLUE value IS 238 (93.36% from 255) = 43.19%
R=30.13%
G=26.68%
B=43.19%

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
Decimal1661472380.300.3800.07252.5372.875.49
HexA693EE1E2607fd494b
Octal246223356364607375111113
Binary1010011010010011111011101111010011001111111110110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693EE; }

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

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

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

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

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

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

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

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