#A884E0

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

Shades of Biloba Flower #A884E0

Tints of Biloba Flower #A884E0

Color information

#A884E0 (or 0xA884E0) is unknown color: approx Biloba Flower. HEX triplet: A8, 84 and E0. RGB value is (168,132,224). Sum of RGB (Red+Green+Blue) = 168+132+224=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 224 - color contains mainly: blue. Hex color #A884E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A884E0 is #577B1F. Grayscale: #989898. Windows color (decimal): -5733152 or 14714024. OLE color: 14714024.

HSL color Cylindrical-coordinate representation of color #A884E0: hue angle of 263.48º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A884E0 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB168132224-
CMYK0.250.4100.12
HSL263.48º59.74%69.8%-
HSV(B)263.48º41.07%87.84%-
XYZ37.8530.2174.36-
YUV153.25167.93138.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.06%
GREEN value IS 132 (51.95% from 255) = 25.19%
BLUE value IS 224 (87.89% from 255) = 42.75%
R=32.06%
G=25.19%
B=42.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1681322240.250.4100.12263.4859.7469.8
HexA884E019290C1073c46
Octal250204340315101440774106
Binary10101000100001001110000011001101001011001000001111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A884E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A884E0; }

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

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

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

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

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

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

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

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