#A882D4

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

Shades of Biloba Flower #A882D4

Tints of Biloba Flower #A882D4

Color information

#A882D4 (or 0xA882D4) is unknown color: approx Biloba Flower. HEX triplet: A8, 82 and D4. RGB value is (168,130,212). Sum of RGB (Red+Green+Blue) = 168+130+212=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 212 - color contains mainly: blue. Hex color #A882D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882D4 is #577D2B. Grayscale: #969696. Windows color (decimal): -5733676 or 13927080. OLE color: 13927080.

HSL color Cylindrical-coordinate representation of color #A882D4: hue angle of 267.8º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A882D4 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB168130212-
CMYK0.210.3900.17
HSL267.8º48.81%67.06%-
HSV(B)267.8º38.68%83.14%-
XYZ36.0129.0466-
YUV150.71162.59140.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.94%
GREEN value IS 130 (51.17% from 255) = 25.49%
BLUE value IS 212 (83.20% from 255) = 41.57%
R=32.94%
G=25.49%
B=41.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1681302120.210.3900.17267.848.8167.06
HexA882D4152701110c3143
Octal250202324254702141461103
Binary101010001000001011010100101011001110100011000011001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A882D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A882D4; }

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

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

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

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

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

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

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

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