#A980D8

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

Shades of Biloba Flower #A980D8

Tints of Biloba Flower #A980D8

Color information

#A980D8 (or 0xA980D8) is unknown color: approx Biloba Flower. HEX triplet: A9, 80 and D8. RGB value is (169,128,216). Sum of RGB (Red+Green+Blue) = 169+128+216=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #A980D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980D8 is #567F27. Grayscale: #959595. Windows color (decimal): -5668648 or 14188713. OLE color: 14188713.

HSL color Cylindrical-coordinate representation of color #A980D8: hue angle of 267.95º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A980D8 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169128216-
CMYK0.220.4100.15
HSL267.95º53.01%67.45%-
HSV(B)267.95º40.74%84.71%-
XYZ36.4828.8368.61-
YUV150.29165.08141.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 128 (50.39% from 255) = 24.95%
BLUE value IS 216 (84.77% from 255) = 42.11%
R=32.94%
G=24.95%
B=42.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691282160.220.4100.15267.9553.0167.45
HexA980D816290F10c3543
Octal251200330265101741465103
Binary10101001100000001101100010110101001011111000011001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A980D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A980D8; }

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

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

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

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

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

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

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

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