#A884DB

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

Shades of Biloba Flower #A884DB

Tints of Biloba Flower #A884DB

Color information

#A884DB (or 0xA884DB) is unknown color: approx Biloba Flower. HEX triplet: A8, 84 and DB. RGB value is (168,132,219). Sum of RGB (Red+Green+Blue) = 168+132+219=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #A884DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A884DB is #577B24. Grayscale: #989898. Windows color (decimal): -5733157 or 14386344. OLE color: 14386344.

HSL color Cylindrical-coordinate representation of color #A884DB: hue angle of 264.83º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A884DB is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168132219-
CMYK0.230.4000.14
HSL264.83º54.72%68.82%-
HSV(B)264.83º39.73%85.88%-
XYZ37.1929.9470.84-
YUV152.68165.43138.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 132 (51.95% from 255) = 25.43%
BLUE value IS 219 (85.94% from 255) = 42.20%
R=32.37%
G=25.43%
B=42.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681322190.230.4000.14264.8354.7268.82
HexA884DB17280E1093745
Octal250204333275001641167105
Binary10101000100001001101101110111101000011101000010011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A884DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A884DB; }

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

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

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

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

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

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

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

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