#A684DD

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

Shades of Biloba Flower #A684DD

Tints of Biloba Flower #A684DD

Color information

#A684DD (or 0xA684DD) is unknown color: approx Biloba Flower. HEX triplet: A6, 84 and DD. RGB value is (166,132,221). Sum of RGB (Red+Green+Blue) = 166+132+221=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #A684DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A684DD is #597B22. Grayscale: #979797. Windows color (decimal): -5864227 or 14517414. OLE color: 14517414.

HSL color Cylindrical-coordinate representation of color #A684DD: hue angle of 262.92º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A684DD is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166132221-
CMYK0.250.4000.13
HSL262.92º56.69%69.22%-
HSV(B)262.92º40.27%86.67%-
XYZ37.0329.8372.21-
YUV152.31166.76137.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.98%
GREEN value IS 132 (51.95% from 255) = 25.43%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=31.98%
G=25.43%
B=42.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661322210.250.4000.13262.9256.6969.22
HexA684DD19280D1073945
Octal246204335315001540771105
Binary10100110100001001101110111001101000011011000001111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A684DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A684DD; }

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

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

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

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

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

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

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

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