#A98EE3

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

Shades of Biloba Flower #A98EE3

Tints of Biloba Flower #A98EE3

Color information

#A98EE3 (or 0xA98EE3) is unknown color: approx Biloba Flower. HEX triplet: A9, 8E and E3. RGB value is (169,142,227). Sum of RGB (Red+Green+Blue) = 169+142+227=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 227 (89.06% from 255 or 42.19% from 538); Max value from RGB is 227 - color contains mainly: blue. Hex color #A98EE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98EE3 is #56711C. Grayscale: #9F9F9F. Windows color (decimal): -5665053 or 14913193. OLE color: 14913193.

HSL color Cylindrical-coordinate representation of color #A98EE3: hue angle of 259.06º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A98EE3 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB169142227-
CMYK0.260.3700.11
HSL259.06º60.28%72.35%-
HSV(B)259.06º37.44%89.02%-
XYZ39.933.3377-
YUV159.76165.95134.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.41%
GREEN value IS 142 (55.86% from 255) = 26.39%
BLUE value IS 227 (89.06% from 255) = 42.19%
R=31.41%
G=26.39%
B=42.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1691422270.260.3700.11259.0660.2872.35
HexA98EE31A250B1033c48
Octal251216343324501340374110
Binary10101001100011101110001111010100101010111000000111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98EE3; }

 p { color: rgb(169,142,227); }

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

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

 a { background-color: rgb(169,142,227); }

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

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

 span { border-color: rgb(169,142,227); }

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