#A98AE9

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

Shades of Biloba Flower #A98AE9

Tints of Biloba Flower #A98AE9

Color information

#A98AE9 (or 0xA98AE9) is unknown color: approx Biloba Flower. HEX triplet: A9, 8A and E9. RGB value is (169,138,233). Sum of RGB (Red+Green+Blue) = 169+138+233=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #A98AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98AE9 is #567516. Grayscale: #9D9D9D. Windows color (decimal): -5666071 or 15305385. OLE color: 15305385.

HSL color Cylindrical-coordinate representation of color #A98AE9: hue angle of 259.58º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A98AE9 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB169138233-
CMYK0.270.4100.09
HSL259.58º68.35%72.75%-
HSV(B)259.58º40.77%91.37%-
XYZ40.1632.581.25-
YUV158.1170.27135.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.30%
GREEN value IS 138 (54.30% from 255) = 25.56%
BLUE value IS 233 (91.41% from 255) = 43.15%
R=31.30%
G=25.56%
B=43.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1691382330.270.4100.09259.5868.3572.75
HexA98AE91B29091044449
Octal2512123513351011404104111
Binary101010011000101011101001110111010010100110000010010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98AE9; }

 p { color: rgb(169,138,233); }

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

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

 a { background-color: rgb(169,138,233); }

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

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

 span { border-color: rgb(169,138,233); }

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