#A882DD

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

Shades of Biloba Flower #A882DD

Tints of Biloba Flower #A882DD

Color information

#A882DD (or 0xA882DD) is unknown color: approx Biloba Flower. HEX triplet: A8, 82 and DD. RGB value is (168,130,221). Sum of RGB (Red+Green+Blue) = 168+130+221=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #A882DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882DD is #577D22. Grayscale: #979797. Windows color (decimal): -5733667 or 14516904. OLE color: 14516904.

HSL color Cylindrical-coordinate representation of color #A882DD: hue angle of 265.05º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A882DD is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168130221-
CMYK0.240.4100.13
HSL265.05º57.23%68.82%-
HSV(B)265.05º41.18%86.67%-
XYZ37.1829.5172.14-
YUV151.74167.09139.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 130 (51.17% from 255) = 25.05%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=32.37%
G=25.05%
B=42.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681302210.240.4100.13265.0557.2368.82
HexA882DD18290D1093945
Octal250202335305101541171105
Binary10101000100000101101110111000101001011011000010011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A882DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A882DD; }

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

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

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

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

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

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

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

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