#A981DD

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

Shades of Biloba Flower #A981DD

Tints of Biloba Flower #A981DD

Color information

#A981DD (or 0xA981DD) is unknown color: approx Biloba Flower. HEX triplet: A9, 81 and DD. RGB value is (169,129,221). Sum of RGB (Red+Green+Blue) = 169+129+221=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #A981DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A981DD is #567E22. Grayscale: #979797. Windows color (decimal): -5668387 or 14516649. OLE color: 14516649.

HSL color Cylindrical-coordinate representation of color #A981DD: hue angle of 266.09º degrees, saturation: 0.57, 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 #A981DD is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169129221-
CMYK0.240.4200.13
HSL266.09º57.5%68.63%-
HSV(B)266.09º41.63%86.67%-
XYZ37.2629.3672.11-
YUV151.45167.25140.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.56%
GREEN value IS 129 (50.78% from 255) = 24.86%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=32.56%
G=24.86%
B=42.58%

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
Decimal1691292210.240.4200.13266.0957.568.63
HexA981DD182A0D10a3a45
Octal251201335305201541272105
Binary10101001100000011101110111000101010011011000010101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A981DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A981DD; }

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

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

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

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

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

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

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

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