#A98AE3

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

Shades of Biloba Flower #A98AE3

Tints of Biloba Flower #A98AE3

Color information

#A98AE3 (or 0xA98AE3) is unknown color: approx Biloba Flower. HEX triplet: A9, 8A and E3. RGB value is (169,138,227). Sum of RGB (Red+Green+Blue) = 169+138+227=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 227 (89.06% from 255 or 42.51% from 534); Max value from RGB is 227 - color contains mainly: blue. Hex color #A98AE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98AE3 is #56751C. Grayscale: #9D9D9D. Windows color (decimal): -5666077 or 14912169. OLE color: 14912169.

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

Color convert

RGB169138227-
CMYK0.260.3900.11
HSL260.9º61.38%71.57%-
HSV(B)260.9º39.21%89.02%-
XYZ39.3232.1676.81-
YUV157.42167.27136.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.65%
GREEN value IS 138 (54.30% from 255) = 25.84%
BLUE value IS 227 (89.06% from 255) = 42.51%
R=31.65%
G=25.84%
B=42.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1691382270.260.3900.11260.961.3871.57
HexA98AE31A270B1053d48
Octal251212343324701340575110
Binary10101001100010101110001111010100111010111000001011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98AE3; }

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

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

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

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

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

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

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

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