#A981DE

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

Shades of Biloba Flower #A981DE

Tints of Biloba Flower #A981DE

Color information

#A981DE (or 0xA981DE) is unknown color: approx Biloba Flower. HEX triplet: A9, 81 and DE. RGB value is (169,129,222). Sum of RGB (Red+Green+Blue) = 169+129+222=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #A981DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A981DE is #567E21. Grayscale: #979797. Windows color (decimal): -5668386 or 14582185. OLE color: 14582185.

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

Color convert

RGB169129222-
CMYK0.240.4200.13
HSL265.81º58.49%68.82%-
HSV(B)265.81º41.89%87.06%-
XYZ37.429.4172.81-
YUV151.56167.75140.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.5%
GREEN value IS 129 (50.78% from 255) = 24.81%
BLUE value IS 222 (87.11% from 255) = 42.69%
R=32.5%
G=24.81%
B=42.69%

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
Decimal1691292220.240.4200.13265.8158.4968.82
HexA981DE182A0D10a3a45
Octal251201336305201541272105
Binary10101001100000011101111011000101010011011000010101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A981DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A981DE; }

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

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

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

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

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

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

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

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