#A684D6

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

Shades of Biloba Flower #A684D6

Tints of Biloba Flower #A684D6

Color information

#A684D6 (or 0xA684D6) is unknown color: approx Biloba Flower. HEX triplet: A6, 84 and D6. RGB value is (166,132,214). Sum of RGB (Red+Green+Blue) = 166+132+214=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #A684D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A684D6 is #597B29. Grayscale: #979797. Windows color (decimal): -5864234 or 14058662. OLE color: 14058662.

HSL color Cylindrical-coordinate representation of color #A684D6: hue angle of 264.88º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A684D6 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166132214-
CMYK0.220.3800.16
HSL264.88º50%67.84%-
HSV(B)264.88º38.32%83.92%-
XYZ36.1129.4667.4-
YUV151.51163.26138.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.42%
GREEN value IS 132 (51.95% from 255) = 25.78%
BLUE value IS 214 (83.98% from 255) = 41.80%
R=32.42%
G=25.78%
B=41.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661322140.220.3800.16264.885067.84
HexA684D616260101093244
Octal246204326264602041162104
Binary101001101000010011010110101101001100100001000010011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A684D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A684D6; }

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

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

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

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

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

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

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

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