#A98AD5

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

Shades of Biloba Flower #A98AD5

Tints of Biloba Flower #A98AD5

Color information

#A98AD5 (or 0xA98AD5) is unknown color: approx Biloba Flower. HEX triplet: A9, 8A and D5. RGB value is (169,138,213). Sum of RGB (Red+Green+Blue) = 169+138+213=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #A98AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98AD5 is #56752A. Grayscale: #9B9B9B. Windows color (decimal): -5666091 or 13994665. OLE color: 13994665.

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

Color convert

RGB169138213-
CMYK0.210.3500.16
HSL264.8º47.17%68.82%-
HSV(B)264.8º35.21%83.53%-
XYZ37.4631.4267.04-
YUV155.82160.27137.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.5%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 213 (83.59% from 255) = 40.96%
R=32.5%
G=26.54%
B=40.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691382130.210.3500.16264.847.1768.82
HexA98AD515230101092f45
Octal251212325254302041157105
Binary101010011000101011010101101011000110100001000010011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98AD5; }

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

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

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

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

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

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

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

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