#A684DB

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

Shades of Biloba Flower #A684DB

Tints of Biloba Flower #A684DB

Color information

#A684DB (or 0xA684DB) is unknown color: approx Biloba Flower. HEX triplet: A6, 84 and DB. RGB value is (166,132,219). Sum of RGB (Red+Green+Blue) = 166+132+219=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #A684DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A684DB is #597B24. Grayscale: #979797. Windows color (decimal): -5864229 or 14386342. OLE color: 14386342.

HSL color Cylindrical-coordinate representation of color #A684DB: hue angle of 263.45º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A684DB is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166132219-
CMYK0.240.4000.14
HSL263.45º54.72%68.82%-
HSV(B)263.45º39.73%85.88%-
XYZ36.7629.7270.82-
YUV152.08165.76137.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.11%
GREEN value IS 132 (51.95% from 255) = 25.53%
BLUE value IS 219 (85.94% from 255) = 42.36%
R=32.11%
G=25.53%
B=42.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661322190.240.4000.14263.4554.7268.82
HexA684DB18280E1073745
Octal246204333305001640767105
Binary10100110100001001101101111000101000011101000001111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A684DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A684DB; }

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

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

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

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

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

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

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

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