#A998FE

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

Shades of Biloba Flower #A998FE

Tints of Biloba Flower #A998FE

Color information

#A998FE (or 0xA998FE) is unknown color: approx Biloba Flower. HEX triplet: A9, 98 and FE. RGB value is (169,152,254). Sum of RGB (Red+Green+Blue) = 169+152+254=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #A998FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A998FE is #566701. Grayscale: #A8A8A8. Windows color (decimal): -5662466 or 16685225. OLE color: 16685225.

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

Color convert

RGB169152254-
CMYK0.330.4000.00
HSL250º98.08%79.61%-
HSV(B)250º40.16%99.61%-
XYZ45.4838.0598.71-
YUV168.71176.13128.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.39%
GREEN value IS 152 (59.77% from 255) = 26.43%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=29.39%
G=26.43%
B=44.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1691522540.330.4000.0025098.0879.61
HexA998FE212800fa6250
Octal251230376415000372142120
Binary101010011001100011111110100001101000001111101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998FE; }

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

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

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

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

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

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

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

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