#A980DC

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

Shades of Biloba Flower #A980DC

Tints of Biloba Flower #A980DC

Color information

#A980DC (or 0xA980DC) is unknown color: approx Biloba Flower. HEX triplet: A9, 80 and DC. RGB value is (169,128,220). Sum of RGB (Red+Green+Blue) = 169+128+220=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #A980DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980DC is #567F23. Grayscale: #969696. Windows color (decimal): -5668644 or 14450857. OLE color: 14450857.

HSL color Cylindrical-coordinate representation of color #A980DC: hue angle of 266.74º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A980DC is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169128220-
CMYK0.230.4200.14
HSL266.74º56.79%68.24%-
HSV(B)266.74º41.82%86.27%-
XYZ3729.0471.37-
YUV150.75167.08141.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.69%
GREEN value IS 128 (50.39% from 255) = 24.76%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=32.69%
G=24.76%
B=42.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691282200.230.4200.14266.7456.7968.24
HexA980DC172A0E10b3944
Octal251200334275201641371104
Binary10101001100000001101110010111101010011101000010111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A980DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A980DC; }

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

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

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

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

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

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

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

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