#A884E5

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

Shades of Biloba Flower #A884E5

Tints of Biloba Flower #A884E5

Color information

#A884E5 (or 0xA884E5) is unknown color: approx Biloba Flower. HEX triplet: A8, 84 and E5. RGB value is (168,132,229). Sum of RGB (Red+Green+Blue) = 168+132+229=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #A884E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A884E5 is #577B1A. Grayscale: #999999. Windows color (decimal): -5733147 or 15041704. OLE color: 15041704.

HSL color Cylindrical-coordinate representation of color #A884E5: hue angle of 262.27º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A884E5 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB168132229-
CMYK0.270.4200.10
HSL262.27º65.1%70.78%-
HSV(B)262.27º42.36%89.8%-
XYZ38.5430.4877.98-
YUV153.82170.43138.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.76%
GREEN value IS 132 (51.95% from 255) = 24.95%
BLUE value IS 229 (89.84% from 255) = 43.29%
R=31.76%
G=24.95%
B=43.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1681322290.270.4200.10262.2765.170.78
HexA884E51B2A0A1064147
Octal2502043453352012406101107
Binary101010001000010011100101110111010100101010000011010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A884E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A884E5; }

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

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

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

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

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

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

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

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