#A98FFE

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

Shades of Biloba Flower #A98FFE

Tints of Biloba Flower #A98FFE

Color information

#A98FFE (or 0xA98FFE) is unknown color: approx Biloba Flower. HEX triplet: A9, 8F and FE. RGB value is (169,143,254). Sum of RGB (Red+Green+Blue) = 169+143+254=566 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.86% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #A98FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98FFE is #567001. Grayscale: #A3A3A3. Windows color (decimal): -5664770 or 16682921. OLE color: 16682921.

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

Color convert

RGB169143254-
CMYK0.330.4400.00
HSL254.05º98.23%77.84%-
HSV(B)254.05º43.7%99.61%-
XYZ44.0735.2498.24-
YUV163.43179.11131.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.86%
GREEN value IS 143 (56.25% from 255) = 25.27%
BLUE value IS 254 (99.61% from 255) = 44.88%
R=29.86%
G=25.27%
B=44.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1691432540.330.4400.00254.0598.2377.84
HexA98FFE212C00fe624e
Octal251217376415400376142116
Binary101010011000111111111110100001101100001111111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FFE; }

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

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

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

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

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

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

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

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