#A682DD

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

Shades of Biloba Flower #A682DD

Tints of Biloba Flower #A682DD

Color information

#A682DD (or 0xA682DD) is unknown color: approx Biloba Flower. HEX triplet: A6, 82 and DD. RGB value is (166,130,221). Sum of RGB (Red+Green+Blue) = 166+130+221=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #A682DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682DD is #597D22. Grayscale: #969696. Windows color (decimal): -5864739 or 14516902. OLE color: 14516902.

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

Color convert

RGB166130221-
CMYK0.250.4100.13
HSL263.74º57.23%68.82%-
HSV(B)263.74º41.18%86.67%-
XYZ36.7629.2972.12-
YUV151.14167.43138.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.11%
GREEN value IS 130 (51.17% from 255) = 25.15%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=32.11%
G=25.15%
B=42.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661302210.250.4100.13263.7457.2368.82
HexA682DD19290D1083945
Octal246202335315101541071105
Binary10100110100000101101110111001101001011011000010001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A682DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A682DD; }

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

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

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

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

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

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

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

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