#A693DD

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

Shades of Biloba Flower #A693DD

Tints of Biloba Flower #A693DD

Color information

#A693DD (or 0xA693DD) is unknown color: approx Biloba Flower. HEX triplet: A6, 93 and DD. RGB value is (166,147,221). Sum of RGB (Red+Green+Blue) = 166+147+221=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #A693DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A693DD is #596C22. Grayscale: #A0A0A0. Windows color (decimal): -5860387 or 14521254. OLE color: 14521254.

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

Color convert

RGB166147221-
CMYK0.250.3300.13
HSL255.41º52.11%72.16%-
HSV(B)255.41º33.48%86.67%-
XYZ39.2134.1972.94-
YUV161.12161.79131.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.09%
GREEN value IS 147 (57.81% from 255) = 27.53%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=31.09%
G=27.53%
B=41.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661472210.250.3300.13255.4152.1172.16
HexA693DD19210Dff3448
Octal246223335314101537764110
Binary1010011010010011110111011100110000101101111111111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693DD; }

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

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

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

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

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

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

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

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