#A998DD

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

Shades of Biloba Flower #A998DD

Tints of Biloba Flower #A998DD

Color information

#A998DD (or 0xA998DD) is unknown color: approx Biloba Flower. HEX triplet: A9, 98 and DD. RGB value is (169,152,221). Sum of RGB (Red+Green+Blue) = 169+152+221=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #A998DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998DD is #566722. Grayscale: #A4A4A4. Windows color (decimal): -5662499 or 14522537. OLE color: 14522537.

HSL color Cylindrical-coordinate representation of color #A998DD: hue angle of 254.78º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A998DD is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169152221-
CMYK0.240.3100.13
HSL254.78º50.36%73.14%-
HSV(B)254.78º31.22%86.67%-
XYZ40.6436.1173.23-
YUV164.95159.63130.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.18%
GREEN value IS 152 (59.77% from 255) = 28.04%
BLUE value IS 221 (86.72% from 255) = 40.77%
R=31.18%
G=28.04%
B=40.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691522210.240.3100.13254.7850.3673.14
HexA998DD181F0Dff3249
Octal251230335303701537762111
Binary101010011001100011011101110001111101101111111111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998DD; }

 p { color: rgb(169,152,221); }

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

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

 a { background-color: rgb(169,152,221); }

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

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

 span { border-color: rgb(169,152,221); }

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