#A98AD9

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

Shades of Biloba Flower #A98AD9

Tints of Biloba Flower #A98AD9

Color information

#A98AD9 (or 0xA98AD9) is unknown color: approx Biloba Flower. HEX triplet: A9, 8A and D9. RGB value is (169,138,217). Sum of RGB (Red+Green+Blue) = 169+138+217=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 217 - color contains mainly: blue. Hex color #A98AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98AD9 is #567526. Grayscale: #9B9B9B. Windows color (decimal): -5666087 or 14256809. OLE color: 14256809.

HSL color Cylindrical-coordinate representation of color #A98AD9: hue angle of 263.54º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A98AD9 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169138217-
CMYK0.220.3600.15
HSL263.54º50.97%69.61%-
HSV(B)263.54º36.41%85.1%-
XYZ37.9831.6269.75-
YUV156.28162.27137.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 217 (85.16% from 255) = 41.41%
R=32.25%
G=26.34%
B=41.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691382170.220.3600.15263.5450.9769.61
HexA98AD916240F1083346
Octal251212331264401741063106
Binary10101001100010101101100110110100100011111000010001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98AD9; }

 p { color: rgb(169,138,217); }

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

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

 a { background-color: rgb(169,138,217); }

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

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

 span { border-color: rgb(169,138,217); }

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