#A693DE

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

Shades of Biloba Flower #A693DE

Tints of Biloba Flower #A693DE

Color information

#A693DE (or 0xA693DE) is unknown color: approx Biloba Flower. HEX triplet: A6, 93 and DE. RGB value is (166,147,222). Sum of RGB (Red+Green+Blue) = 166+147+222=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #A693DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A693DE is #596C21. Grayscale: #A0A0A0. Windows color (decimal): -5860386 or 14586790. OLE color: 14586790.

HSL color Cylindrical-coordinate representation of color #A693DE: hue angle of 255.2º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A693DE is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166147222-
CMYK0.250.3400.13
HSL255.2º53.19%72.35%-
HSV(B)255.2º33.78%87.06%-
XYZ39.3434.2573.64-
YUV161.23162.29131.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.03%
GREEN value IS 147 (57.81% from 255) = 27.48%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=31.03%
G=27.48%
B=41.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661472220.250.3400.13255.253.1972.35
HexA693DE19220Dff3548
Octal246223336314201537765110
Binary1010011010010011110111101100110001001101111111111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693DE; }

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

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

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

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

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

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

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

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