#A881DC

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

Shades of Biloba Flower #A881DC

Tints of Biloba Flower #A881DC

Color information

#A881DC (or 0xA881DC) is unknown color: approx Biloba Flower. HEX triplet: A8, 81 and DC. RGB value is (168,129,220). Sum of RGB (Red+Green+Blue) = 168+129+220=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #A881DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A881DC is #577E23. Grayscale: #969696. Windows color (decimal): -5733924 or 14451112. OLE color: 14451112.

HSL color Cylindrical-coordinate representation of color #A881DC: hue angle of 265.71º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A881DC is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168129220-
CMYK0.240.4100.14
HSL265.71º56.52%68.43%-
HSV(B)265.71º41.36%86.27%-
XYZ36.9229.1971.4-
YUV151.04166.92140.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 129 (50.78% from 255) = 24.95%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=32.50%
G=24.95%
B=42.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681292200.240.4100.14265.7156.5268.43
HexA881DC18290E10a3944
Octal250201334305101641271104
Binary10101000100000011101110011000101001011101000010101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A881DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A881DC; }

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

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

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

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

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

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

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

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