#A98AEE

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

Shades of Biloba Flower #A98AEE

Tints of Biloba Flower #A98AEE

Color information

#A98AEE (or 0xA98AEE) is unknown color: approx Biloba Flower. HEX triplet: A9, 8A and EE. RGB value is (169,138,238). Sum of RGB (Red+Green+Blue) = 169+138+238=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #A98AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98AEE is #567511. Grayscale: #9E9E9E. Windows color (decimal): -5666066 or 15633065. OLE color: 15633065.

HSL color Cylindrical-coordinate representation of color #A98AEE: hue angle of 258.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A98AEE is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169138238-
CMYK0.290.4200.07
HSL258.6º74.63%73.73%-
HSV(B)258.6º42.02%93.33%-
XYZ40.8832.7985.06-
YUV158.67172.77135.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.01%
GREEN value IS 138 (54.30% from 255) = 25.32%
BLUE value IS 238 (93.36% from 255) = 43.67%
R=31.01%
G=25.32%
B=43.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691382380.290.4200.07258.674.6373.73
HexA98AEE1D2A071034b4a
Octal251212356355207403113112
Binary10101001100010101110111011101101010011110000001110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98AEE; }

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

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

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

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

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

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

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

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