#A691D1

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

Shades of Biloba Flower #A691D1

Tints of Biloba Flower #A691D1

Color information

#A691D1 (or 0xA691D1) is unknown color: approx Biloba Flower. HEX triplet: A6, 91 and D1. RGB value is (166,145,209). Sum of RGB (Red+Green+Blue) = 166+145+209=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #A691D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691D1 is #596E2E. Grayscale: #9E9E9E. Windows color (decimal): -5860911 or 13734310. OLE color: 13734310.

HSL color Cylindrical-coordinate representation of color #A691D1: hue angle of 259.69º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A691D1 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166145209-
CMYK0.210.3100.18
HSL259.69º41.03%69.41%-
HSV(B)259.69º30.62%81.96%-
XYZ37.3632.9664.71-
YUV158.57156.46133.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.92%
GREEN value IS 145 (57.03% from 255) = 27.88%
BLUE value IS 209 (82.03% from 255) = 40.19%
R=31.92%
G=27.88%
B=40.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661452090.210.3100.18259.6941.0369.41
HexA691D1151F0121042945
Octal246221321253702240451105
Binary10100110100100011101000110101111110100101000001001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A691D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A691D1; }

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

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

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

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

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

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

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

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