#A882D9

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

Shades of Biloba Flower #A882D9

Tints of Biloba Flower #A882D9

Color information

#A882D9 (or 0xA882D9) is unknown color: approx Biloba Flower. HEX triplet: A8, 82 and D9. RGB value is (168,130,217). Sum of RGB (Red+Green+Blue) = 168+130+217=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #A882D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882D9 is #577D26. Grayscale: #969696. Windows color (decimal): -5733671 or 14254760. OLE color: 14254760.

HSL color Cylindrical-coordinate representation of color #A882D9: hue angle of 266.21º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A882D9 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB168130217-
CMYK0.230.4000.15
HSL266.21º53.37%68.04%-
HSV(B)266.21º40.09%85.1%-
XYZ36.6629.369.37-
YUV151.28165.09139.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.62%
GREEN value IS 130 (51.17% from 255) = 25.24%
BLUE value IS 217 (85.16% from 255) = 42.14%
R=32.62%
G=25.24%
B=42.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681302170.230.4000.15266.2153.3768.04
HexA882D917280F10a3544
Octal250202331275001741265104
Binary10101000100000101101100110111101000011111000010101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A882D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A882D9; }

 p { color: rgb(168,130,217); }

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

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

 a { background-color: rgb(168,130,217); }

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

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

 span { border-color: rgb(168,130,217); }

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