#A884DD

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

Shades of Biloba Flower #A884DD

Tints of Biloba Flower #A884DD

Color information

#A884DD (or 0xA884DD) is unknown color: approx Biloba Flower. HEX triplet: A8, 84 and DD. RGB value is (168,132,221). Sum of RGB (Red+Green+Blue) = 168+132+221=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #A884DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A884DD is #577B22. Grayscale: #989898. Windows color (decimal): -5733155 or 14517416. OLE color: 14517416.

HSL color Cylindrical-coordinate representation of color #A884DD: hue angle of 264.27º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A884DD is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168132221-
CMYK0.240.4000.13
HSL264.27º56.69%69.22%-
HSV(B)264.27º40.27%86.67%-
XYZ37.4530.0572.23-
YUV152.91166.43138.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.25%
GREEN value IS 132 (51.95% from 255) = 25.34%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=32.25%
G=25.34%
B=42.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681322210.240.4000.13264.2756.6969.22
HexA884DD18280D1083945
Octal250204335305001541071105
Binary10101000100001001101110111000101000011011000010001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A884DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A884DD; }

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

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

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

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

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

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

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

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