#A881DF

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

Shades of Biloba Flower #A881DF

Tints of Biloba Flower #A881DF

Color information

#A881DF (or 0xA881DF) is unknown color: approx Biloba Flower. HEX triplet: A8, 81 and DF. RGB value is (168,129,223). Sum of RGB (Red+Green+Blue) = 168+129+223=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #A881DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A881DF is #577E20. Grayscale: #979797. Windows color (decimal): -5733921 or 14647720. OLE color: 14647720.

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

Color convert

RGB168129223-
CMYK0.250.4200.13
HSL264.89º59.49%69.02%-
HSV(B)264.89º42.15%87.45%-
XYZ37.3229.3573.51-
YUV151.38168.42139.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.31%
GREEN value IS 129 (50.78% from 255) = 24.81%
BLUE value IS 223 (87.5% from 255) = 42.88%
R=32.31%
G=24.81%
B=42.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681292230.250.4200.13264.8959.4969.02
HexA881DF192A0D1093b45
Octal250201337315201541173105
Binary10101000100000011101111111001101010011011000010011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A881DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A881DF; }

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

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

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

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

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

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

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

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