#A98FFF

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

Shades of Biloba Flower #A98FFF

Tints of Biloba Flower #A98FFF

Color information

#A98FFF (or 0xA98FFF) is unknown color: approx Biloba Flower. HEX triplet: A9, 8F and FF. RGB value is (169,143,255). Sum of RGB (Red+Green+Blue) = 169+143+255=567 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.81% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #A98FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98FFF is #567000. Grayscale: #A3A3A3. Windows color (decimal): -5664769 or 16748457. OLE color: 16748457.

HSL color Cylindrical-coordinate representation of color #A98FFF: hue angle of 253.93º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A98FFF is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB169143255-
CMYK0.340.4400
HSL253.93º100%78.04%-
HSV(B)253.93º43.92%100%-
XYZ44.2335.399.09-
YUV163.54179.61131.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.81%
GREEN value IS 143 (56.25% from 255) = 25.22%
BLUE value IS 255 (100% from 255) = 44.97%
R=29.81%
G=25.22%
B=44.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1691432550.340.4400253.9310078.04
HexA98FFF222C00fe644e
Octal251217377425400376144116
Binary101010011000111111111111100010101100001111111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FFF; }

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

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

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

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

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

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

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

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