#a898f3

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

Shades of Biloba Flower #A898F3

Tints of Biloba Flower #A898F3

Color information

#A898F3 (or 0xA898F3) is unknown color: approx Biloba Flower. HEX triplet: A8, 98 and F3. RGB value is (168,152,243). Sum of RGB (Red+Green+Blue) = 168+152+243=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #A898F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A898F3 is #57670C. Grayscale: #A6A6A6. Windows color (decimal): -5728013 or 15964328. OLE color: 15964328.

HSL color Cylindrical-coordinate representation of color #A898F3: hue angle of 250.55º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A898F3 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB168152243-
CMYK0.310.3700.05
HSL250.55º79.13%77.45%-
HSV(B)250.55º37.45%95.29%-
XYZ43.5537.2589.69-
YUV167.16170.8128.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.84%
GREEN value IS 152 (59.77% from 255) = 27.00%
BLUE value IS 243 (95.31% from 255) = 43.16%
R=29.84%
G=27.00%
B=43.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681522430.310.3700.05250.5579.1377.45
HexA898F31F2505fb4f4d
Octal250230363374505373117115
Binary1010100010011000111100111111110010101011111101110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a898f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a898f3; }

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

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

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

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

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

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

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

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