#A691DD

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

Shades of Biloba Flower #A691DD

Tints of Biloba Flower #A691DD

Color information

#A691DD (or 0xA691DD) is unknown color: approx Biloba Flower. HEX triplet: A6, 91 and DD. RGB value is (166,145,221). Sum of RGB (Red+Green+Blue) = 166+145+221=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #A691DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691DD is #596E22. Grayscale: #9F9F9F. Windows color (decimal): -5860899 or 14520742. OLE color: 14520742.

HSL color Cylindrical-coordinate representation of color #A691DD: hue angle of 256.58º 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 #A691DD is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166145221-
CMYK0.250.3400.13
HSL256.58º52.78%71.76%-
HSV(B)256.58º34.39%86.67%-
XYZ38.933.5872.84-
YUV159.94162.46132.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.20%
GREEN value IS 145 (57.03% from 255) = 27.26%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=31.20%
G=27.26%
B=41.54%

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
Decimal1661452210.250.3400.13256.5852.7871.76
HexA691DD19220D1013548
Octal246221335314201540165110
Binary10100110100100011101110111001100010011011000000011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A691DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A691DD; }

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

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

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

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

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

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

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

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