#A98FD8

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

Shades of Biloba Flower #A98FD8

Tints of Biloba Flower #A98FD8

Color information

#A98FD8 (or 0xA98FD8) is unknown color: approx Biloba Flower. HEX triplet: A9, 8F and D8. RGB value is (169,143,216). Sum of RGB (Red+Green+Blue) = 169+143+216=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #A98FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98FD8 is #567027. Grayscale: #9E9E9E. Windows color (decimal): -5664808 or 14192553. OLE color: 14192553.

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

Color convert

RGB169143216-
CMYK0.220.3400.15
HSL261.37º48.34%70.39%-
HSV(B)261.37º33.8%84.71%-
XYZ38.5833.0469.31-
YUV159.1160.11135.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 143 (56.25% from 255) = 27.08%
BLUE value IS 216 (84.77% from 255) = 40.91%
R=32.01%
G=27.08%
B=40.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691432160.220.3400.15261.3748.3470.39
HexA98FD816220F1053046
Octal251217330264201740560106
Binary10101001100011111101100010110100010011111000001011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FD8; }

 p { color: rgb(169,143,216); }

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

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

 a { background-color: rgb(169,143,216); }

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

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

 span { border-color: rgb(169,143,216); }

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