#A881DD

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

Shades of Biloba Flower #A881DD

Tints of Biloba Flower #A881DD

Color information

#A881DD (or 0xA881DD) is unknown color: approx Biloba Flower. HEX triplet: A8, 81 and DD. RGB value is (168,129,221). Sum of RGB (Red+Green+Blue) = 168+129+221=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #A881DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A881DD is #577E22. Grayscale: #969696. Windows color (decimal): -5733923 or 14516648. OLE color: 14516648.

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

Color convert

RGB168129221-
CMYK0.240.4200.13
HSL265.43º57.5%68.63%-
HSV(B)265.43º41.63%86.67%-
XYZ37.0529.2572.1-
YUV151.15167.42140.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.43%
GREEN value IS 129 (50.78% from 255) = 24.90%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=32.43%
G=24.90%
B=42.66%

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
Decimal1681292210.240.4200.13265.4357.568.63
HexA881DD182A0D1093a45
Octal250201335305201541172105
Binary10101000100000011101110111000101010011011000010011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A881DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A881DD; }

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

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

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

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

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

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

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

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