#A98FF8

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

Shades of Biloba Flower #A98FF8

Tints of Biloba Flower #A98FF8

Color information

#A98FF8 (or 0xA98FF8) is unknown color: approx Biloba Flower. HEX triplet: A9, 8F and F8. RGB value is (169,143,248). Sum of RGB (Red+Green+Blue) = 169+143+248=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 248 - color contains mainly: blue. Hex color #A98FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98FF8 is #567007. Grayscale: #A2A2A2. Windows color (decimal): -5664776 or 16289705. OLE color: 16289705.

HSL color Cylindrical-coordinate representation of color #A98FF8: hue angle of 254.86º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A98FF8 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB169143248-
CMYK0.320.4200.03
HSL254.86º88.24%76.67%-
HSV(B)254.86º42.34%97.25%-
XYZ43.1334.8693.26-
YUV162.74176.11132.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.18%
GREEN value IS 143 (56.25% from 255) = 25.54%
BLUE value IS 248 (97.27% from 255) = 44.29%
R=30.18%
G=25.54%
B=44.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1691432480.320.4200.03254.8688.2476.67
HexA98FF8202A03ff584d
Octal251217370405203377130115
Binary1010100110001111111110001000001010100111111111110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FF8; }

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

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

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

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

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

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

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

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