#A898FE

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

Shades of Biloba Flower #A898FE

Tints of Biloba Flower #A898FE

Color information

#A898FE (or 0xA898FE) is unknown color: approx Biloba Flower. HEX triplet: A8, 98 and FE. RGB value is (168,152,254). Sum of RGB (Red+Green+Blue) = 168+152+254=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #A898FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A898FE is #576701. Grayscale: #A8A8A8. Windows color (decimal): -5728002 or 16685224. OLE color: 16685224.

HSL color Cylindrical-coordinate representation of color #A898FE: hue angle of 249.41º 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 #A898FE is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB168152254-
CMYK0.340.4000.00
HSL249.41º98.08%79.61%-
HSV(B)249.41º40.16%99.61%-
XYZ45.2737.9498.7-
YUV168.41176.3127.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.27%
GREEN value IS 152 (59.77% from 255) = 26.48%
BLUE value IS 254 (99.61% from 255) = 44.25%
R=29.27%
G=26.48%
B=44.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1681522540.340.4000.00249.4198.0879.61
HexA898FE222800f96250
Octal250230376425000371142120
Binary101010001001100011111110100010101000001111100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A898FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A898FE; }

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

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

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

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

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

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

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

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