#A980DE

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

Shades of Biloba Flower #A980DE

Tints of Biloba Flower #A980DE

Color information

#A980DE (or 0xA980DE) is unknown color: approx Biloba Flower. HEX triplet: A9, 80 and DE. RGB value is (169,128,222). Sum of RGB (Red+Green+Blue) = 169+128+222=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #A980DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980DE is #567F21. Grayscale: #969696. Windows color (decimal): -5668642 or 14581929. OLE color: 14581929.

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

Color convert

RGB169128222-
CMYK0.240.4200.13
HSL266.17º58.75%68.63%-
HSV(B)266.17º42.34%87.06%-
XYZ37.2729.1572.77-
YUV150.98168.08140.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.56%
GREEN value IS 128 (50.39% from 255) = 24.66%
BLUE value IS 222 (87.11% from 255) = 42.77%
R=32.56%
G=24.66%
B=42.77%

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
Decimal1691282220.240.4200.13266.1758.7568.63
HexA980DE182A0D10a3b45
Octal251200336305201541273105
Binary10101001100000001101111011000101010011011000010101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A980DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A980DE; }

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

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

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

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

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

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

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

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