#A884D7

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

Shades of Biloba Flower #A884D7

Tints of Biloba Flower #A884D7

Color information

#A884D7 (or 0xA884D7) is unknown color: approx Biloba Flower. HEX triplet: A8, 84 and D7. RGB value is (168,132,215). Sum of RGB (Red+Green+Blue) = 168+132+215=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #A884D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A884D7 is #577B28. Grayscale: #979797. Windows color (decimal): -5733161 or 14124200. OLE color: 14124200.

HSL color Cylindrical-coordinate representation of color #A884D7: hue angle of 266.02º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A884D7 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB168132215-
CMYK0.220.3900.16
HSL266.02º50.92%68.04%-
HSV(B)266.02º38.6%84.31%-
XYZ36.6729.7368.1-
YUV152.23163.43139.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.62%
GREEN value IS 132 (51.95% from 255) = 25.63%
BLUE value IS 215 (84.38% from 255) = 41.75%
R=32.62%
G=25.63%
B=41.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1681322150.220.3900.16266.0250.9268.04
HexA884D7162701010a3344
Octal250204327264702041263104
Binary101010001000010011010111101101001110100001000010101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A884D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A884D7; }

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

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

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

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

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

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

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

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