#A691DB

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

Shades of Biloba Flower #A691DB

Tints of Biloba Flower #A691DB

Color information

#A691DB (or 0xA691DB) is unknown color: approx Biloba Flower. HEX triplet: A6, 91 and DB. RGB value is (166,145,219). Sum of RGB (Red+Green+Blue) = 166+145+219=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #A691DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691DB is #596E24. Grayscale: #9F9F9F. Windows color (decimal): -5860901 or 14389670. OLE color: 14389670.

HSL color Cylindrical-coordinate representation of color #A691DB: hue angle of 257.03º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A691DB is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166145219-
CMYK0.240.3400.14
HSL257.03º50.68%71.37%-
HSV(B)257.03º33.79%85.88%-
XYZ38.6433.4771.44-
YUV159.72161.46132.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.32%
GREEN value IS 145 (57.03% from 255) = 27.36%
BLUE value IS 219 (85.94% from 255) = 41.32%
R=31.32%
G=27.36%
B=41.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661452190.240.3400.14257.0350.6871.37
HexA691DB18220E1013347
Octal246221333304201640163107
Binary10100110100100011101101111000100010011101000000011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A691DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A691DB; }

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

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

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

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

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

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

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

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