#A884DC

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

Shades of Biloba Flower #A884DC

Tints of Biloba Flower #A884DC

Color information

#A884DC (or 0xA884DC) is unknown color: approx Biloba Flower. HEX triplet: A8, 84 and DC. RGB value is (168,132,220). Sum of RGB (Red+Green+Blue) = 168+132+220=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #A884DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A884DC is #577B23. Grayscale: #989898. Windows color (decimal): -5733156 or 14451880. OLE color: 14451880.

HSL color Cylindrical-coordinate representation of color #A884DC: hue angle of 264.55º degrees, saturation: 0.56, 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 #A884DC is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168132220-
CMYK0.240.4000.14
HSL264.55º55.7%69.02%-
HSV(B)264.55º40%86.27%-
XYZ37.3229.9971.53-
YUV152.8165.93138.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.31%
GREEN value IS 132 (51.95% from 255) = 25.38%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=32.31%
G=25.38%
B=42.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681322200.240.4000.14264.5555.769.02
HexA884DC18280E1093845
Octal250204334305001641170105
Binary10101000100001001101110011000101000011101000010011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A884DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A884DC; }

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

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

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

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

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

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

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

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