#A982DB

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

Shades of Biloba Flower #A982DB

Tints of Biloba Flower #A982DB

Color information

#A982DB (or 0xA982DB) is unknown color: approx Biloba Flower. HEX triplet: A9, 82 and DB. RGB value is (169,130,219). Sum of RGB (Red+Green+Blue) = 169+130+219=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #A982DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A982DB is #567D24. Grayscale: #979797. Windows color (decimal): -5668133 or 14385833. OLE color: 14385833.

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

Color convert

RGB169130219-
CMYK0.230.4100.14
HSL266.29º55.28%68.43%-
HSV(B)266.29º40.64%85.88%-
XYZ37.1329.5170.76-
YUV151.81165.92140.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 130 (51.17% from 255) = 25.10%
BLUE value IS 219 (85.94% from 255) = 42.28%
R=32.63%
G=25.10%
B=42.28%

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
Decimal1691302190.230.4100.14266.2955.2868.43
HexA982DB17290E10a3744
Octal251202333275101641267104
Binary10101001100000101101101110111101001011101000010101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A982DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A982DB; }

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

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

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

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

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

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

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

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