#A98ED7

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

Shades of Biloba Flower #A98ED7

Tints of Biloba Flower #A98ED7

Color information

#A98ED7 (or 0xA98ED7) is unknown color: approx Biloba Flower. HEX triplet: A9, 8E and D7. RGB value is (169,142,215). Sum of RGB (Red+Green+Blue) = 169+142+215=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #A98ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98ED7 is #567128. Grayscale: #9E9E9E. Windows color (decimal): -5665065 or 14126761. OLE color: 14126761.

HSL color Cylindrical-coordinate representation of color #A98ED7: hue angle of 262.19º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A98ED7 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169142215-
CMYK0.210.3400.16
HSL262.19º47.71%70%-
HSV(B)262.19º33.95%84.31%-
XYZ38.332.6968.58-
YUV158.39159.95135.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.13%
GREEN value IS 142 (55.86% from 255) = 27.00%
BLUE value IS 215 (84.38% from 255) = 40.87%
R=32.13%
G=27.00%
B=40.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691422150.210.3400.16262.1947.7170
HexA98ED715220101063046
Octal251216327254202040660106
Binary101010011000111011010111101011000100100001000001101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98ED7; }

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

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

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

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

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

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

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

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