#A690DD

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

Shades of Biloba Flower #A690DD

Tints of Biloba Flower #A690DD

Color information

#A690DD (or 0xA690DD) is unknown color: approx Biloba Flower. HEX triplet: A6, 90 and DD. RGB value is (166,144,221). Sum of RGB (Red+Green+Blue) = 166+144+221=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #A690DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A690DD is #596F22. Grayscale: #9F9F9F. Windows color (decimal): -5861155 or 14520486. OLE color: 14520486.

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

Color convert

RGB166144221-
CMYK0.250.3500.13
HSL257.14º53.1%71.57%-
HSV(B)257.14º34.84%86.67%-
XYZ38.7533.2772.79-
YUV159.36162.79132.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 144 (56.64% from 255) = 27.12%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=31.26%
G=27.12%
B=41.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661442210.250.3500.13257.1453.171.57
HexA690DD19230D1013548
Octal246220335314301540165110
Binary10100110100100001101110111001100011011011000000011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A690DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A690DD; }

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

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

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

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

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

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

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

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