#A982DC

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

Shades of Biloba Flower #A982DC

Tints of Biloba Flower #A982DC

Color information

#A982DC (or 0xA982DC) is unknown color: approx Biloba Flower. HEX triplet: A9, 82 and DC. RGB value is (169,130,220). Sum of RGB (Red+Green+Blue) = 169+130+220=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #A982DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A982DC is #567D23. Grayscale: #979797. Windows color (decimal): -5668132 or 14451369. OLE color: 14451369.

HSL color Cylindrical-coordinate representation of color #A982DC: hue angle of 266º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A982DC is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169130220-
CMYK0.230.4100.14
HSL266º56.25%68.63%-
HSV(B)266º40.91%86.27%-
XYZ37.2629.5771.45-
YUV151.92166.42140.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.56%
GREEN value IS 130 (51.17% from 255) = 25.05%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=32.56%
G=25.05%
B=42.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691302200.230.4100.1426656.2568.63
HexA982DC17290E10a3845
Octal251202334275101641270105
Binary10101001100000101101110010111101001011101000010101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A982DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A982DC; }

 p { color: rgb(169,130,220); }

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

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

 a { background-color: rgb(169,130,220); }

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

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

 span { border-color: rgb(169,130,220); }

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