#A984DB

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

Shades of Biloba Flower #A984DB

Tints of Biloba Flower #A984DB

Color information

#A984DB (or 0xA984DB) is unknown color: approx Biloba Flower. HEX triplet: A9, 84 and DB. RGB value is (169,132,219). Sum of RGB (Red+Green+Blue) = 169+132+219=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #A984DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A984DB is #567B24. Grayscale: #989898. Windows color (decimal): -5667621 or 14386345. OLE color: 14386345.

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

Color convert

RGB169132219-
CMYK0.230.4000.14
HSL265.52º54.72%68.82%-
HSV(B)265.52º39.73%85.88%-
XYZ37.430.0570.85-
YUV152.98165.26139.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.5%
GREEN value IS 132 (51.95% from 255) = 25.38%
BLUE value IS 219 (85.94% from 255) = 42.12%
R=32.5%
G=25.38%
B=42.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691322190.230.4000.14265.5254.7268.82
HexA984DB17280E10a3745
Octal251204333275001641267105
Binary10101001100001001101101110111101000011101000010101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A984DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A984DB; }

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

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

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

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

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

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

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

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