#A980D4

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

Shades of Biloba Flower #A980D4

Tints of Biloba Flower #A980D4

Color information

#A980D4 (or 0xA980D4) is unknown color: approx Biloba Flower. HEX triplet: A9, 80 and D4. RGB value is (169,128,212). Sum of RGB (Red+Green+Blue) = 169+128+212=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #A980D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980D4 is #567F2B. Grayscale: #959595. Windows color (decimal): -5668652 or 13926569. OLE color: 13926569.

HSL color Cylindrical-coordinate representation of color #A980D4: hue angle of 269.29º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A980D4 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB169128212-
CMYK0.200.4000.17
HSL269.29º49.41%66.67%-
HSV(B)269.29º39.62%83.14%-
XYZ35.9728.6365.92-
YUV149.84163.08141.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.20%
GREEN value IS 128 (50.39% from 255) = 25.15%
BLUE value IS 212 (83.20% from 255) = 41.65%
R=33.20%
G=25.15%
B=41.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1691282120.200.4000.17269.2949.4166.67
HexA980D4142801110d3143
Octal251200324245002141561103
Binary101010011000000011010100101001010000100011000011011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A980D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A980D4; }

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

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

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

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

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

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

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

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