#A982D4

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

Shades of Biloba Flower #A982D4

Tints of Biloba Flower #A982D4

Color information

#A982D4 (or 0xA982D4) is unknown color: approx Biloba Flower. HEX triplet: A9, 82 and D4. RGB value is (169,130,212). Sum of RGB (Red+Green+Blue) = 169+130+212=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 212 - color contains mainly: blue. Hex color #A982D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A982D4 is #567D2B. Grayscale: #969696. Windows color (decimal): -5668140 or 13927081. OLE color: 13927081.

HSL color Cylindrical-coordinate representation of color #A982D4: hue angle of 268.54º 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 #A982D4 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB169130212-
CMYK0.200.3900.17
HSL268.54º48.81%67.06%-
HSV(B)268.54º38.68%83.14%-
XYZ36.2329.1566.01-
YUV151.01162.42140.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 130 (51.17% from 255) = 25.44%
BLUE value IS 212 (83.20% from 255) = 41.49%
R=33.07%
G=25.44%
B=41.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1691302120.200.3900.17268.5448.8167.06
HexA982D4142701110d3143
Octal251202324244702141561103
Binary101010011000001011010100101001001110100011000011011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A982D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A982D4; }

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

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

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

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

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

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

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

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