#A984D0

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

Shades of Biloba Flower #A984D0

Tints of Biloba Flower #A984D0

Color information

#A984D0 (or 0xA984D0) is unknown color: approx Biloba Flower. HEX triplet: A9, 84 and D0. RGB value is (169,132,208). Sum of RGB (Red+Green+Blue) = 169+132+208=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #A984D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A984D0 is #567B2F. Grayscale: #979797. Windows color (decimal): -5667632 or 13665449. OLE color: 13665449.

HSL color Cylindrical-coordinate representation of color #A984D0: hue angle of 269.21º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A984D0 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB169132208-
CMYK0.190.3700.18
HSL269.21º44.71%66.67%-
HSV(B)269.21º36.54%81.57%-
XYZ3629.4963.47-
YUV151.73159.76140.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.20%
GREEN value IS 132 (51.95% from 255) = 25.93%
BLUE value IS 208 (81.64% from 255) = 40.86%
R=33.20%
G=25.93%
B=40.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691322080.190.3700.18269.2144.7166.67
HexA984D0132501210d2d43
Octal251204320234502241555103
Binary101010011000010011010000100111001010100101000011011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A984D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A984D0; }

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

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

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

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

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

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

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

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