#A984D6

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

Shades of Biloba Flower #A984D6

Tints of Biloba Flower #A984D6

Color information

#A984D6 (or 0xA984D6) is unknown color: approx Biloba Flower. HEX triplet: A9, 84 and D6. RGB value is (169,132,214). Sum of RGB (Red+Green+Blue) = 169+132+214=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 214 - color contains mainly: blue. Hex color #A984D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A984D6 is #567B29. Grayscale: #989898. Windows color (decimal): -5667626 or 14058665. OLE color: 14058665.

HSL color Cylindrical-coordinate representation of color #A984D6: hue angle of 267.07º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A984D6 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169132214-
CMYK0.210.3800.16
HSL267.07º50%67.84%-
HSV(B)267.07º38.32%83.92%-
XYZ36.7529.7967.43-
YUV152.41162.76139.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 132 (51.95% from 255) = 25.63%
BLUE value IS 214 (83.98% from 255) = 41.55%
R=32.82%
G=25.63%
B=41.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691322140.210.3800.16267.075067.84
HexA984D6152601010b3244
Octal251204326254602041362104
Binary101010011000010011010110101011001100100001000010111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A984D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A984D6; }

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

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

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

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

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

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

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

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