#A98EE4

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

Shades of Biloba Flower #A98EE4

Tints of Biloba Flower #A98EE4

Color information

#A98EE4 (or 0xA98EE4) is unknown color: approx Biloba Flower. HEX triplet: A9, 8E and E4. RGB value is (169,142,228). Sum of RGB (Red+Green+Blue) = 169+142+228=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 228 - color contains mainly: blue. Hex color #A98EE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98EE4 is #56711B. Grayscale: #9F9F9F. Windows color (decimal): -5665052 or 14978729. OLE color: 14978729.

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

Color convert

RGB169142228-
CMYK0.260.3800.11
HSL258.84º61.43%72.55%-
HSV(B)258.84º37.72%89.41%-
XYZ40.0433.3877.73-
YUV159.88166.45134.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.35%
GREEN value IS 142 (55.86% from 255) = 26.35%
BLUE value IS 228 (89.45% from 255) = 42.30%
R=31.35%
G=26.35%
B=42.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1691422280.260.3800.11258.8461.4372.55
HexA98EE41A260B1033d49
Octal251216344324601340375111
Binary10101001100011101110010011010100110010111000000111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98EE4; }

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

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

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

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

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

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

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

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