#A98ED5

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

Shades of Biloba Flower #A98ED5

Tints of Biloba Flower #A98ED5

Color information

#A98ED5 (or 0xA98ED5) is unknown color: approx Biloba Flower. HEX triplet: A9, 8E and D5. RGB value is (169,142,213). Sum of RGB (Red+Green+Blue) = 169+142+213=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 213 - color contains mainly: blue. Hex color #A98ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98ED5 is #56712A. Grayscale: #9D9D9D. Windows color (decimal): -5665067 or 13995689. OLE color: 13995689.

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

Color convert

RGB169142213-
CMYK0.210.3300.16
HSL262.82º45.81%69.61%-
HSV(B)262.82º33.33%83.53%-
XYZ38.0532.5967.24-
YUV158.17158.95135.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 142 (55.86% from 255) = 27.10%
BLUE value IS 213 (83.59% from 255) = 40.65%
R=32.25%
G=27.10%
B=40.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691422130.210.3300.16262.8245.8169.61
HexA98ED515210101072e46
Octal251216325254102040756106
Binary101010011000111011010101101011000010100001000001111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98ED5; }

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

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

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

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

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

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

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

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