#A980DD

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

Shades of Biloba Flower #A980DD

Tints of Biloba Flower #A980DD

Color information

#A980DD (or 0xA980DD) is unknown color: approx Biloba Flower. HEX triplet: A9, 80 and DD. RGB value is (169,128,221). Sum of RGB (Red+Green+Blue) = 169+128+221=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #A980DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980DD is #567F22. Grayscale: #969696. Windows color (decimal): -5668643 or 14516393. OLE color: 14516393.

HSL color Cylindrical-coordinate representation of color #A980DD: hue angle of 266.45º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A980DD is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169128221-
CMYK0.240.4200.13
HSL266.45º57.76%68.43%-
HSV(B)266.45º42.08%86.67%-
XYZ37.1329.0972.07-
YUV150.86167.58140.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 128 (50.39% from 255) = 24.71%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=32.63%
G=24.71%
B=42.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691282210.240.4200.13266.4557.7668.43
HexA980DD182A0D10a3a44
Octal251200335305201541272104
Binary10101001100000001101110111000101010011011000010101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A980DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A980DD; }

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

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

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

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

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

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

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

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