#A982DD

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

Shades of Biloba Flower #A982DD

Tints of Biloba Flower #A982DD

Color information

#A982DD (or 0xA982DD) is unknown color: approx Biloba Flower. HEX triplet: A9, 82 and DD. RGB value is (169,130,221). Sum of RGB (Red+Green+Blue) = 169+130+221=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #A982DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A982DD is #567D22. Grayscale: #979797. Windows color (decimal): -5668131 or 14516905. OLE color: 14516905.

HSL color Cylindrical-coordinate representation of color #A982DD: hue angle of 265.71º 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 #A982DD is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169130221-
CMYK0.240.4100.13
HSL265.71º57.23%68.82%-
HSV(B)265.71º41.18%86.67%-
XYZ37.429.6272.15-
YUV152.04166.92140.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.5%
GREEN value IS 130 (51.17% from 255) = 25%
BLUE value IS 221 (86.72% from 255) = 42.5%
R=32.5%
G=25%
B=42.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691302210.240.4100.13265.7157.2368.82
HexA982DD18290D10a3945
Octal251202335305101541271105
Binary10101001100000101101110111000101001011011000010101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A982DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A982DD; }

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

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

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

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

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

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

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

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