#A998E1

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

Shades of Biloba Flower #A998E1

Tints of Biloba Flower #A998E1

Color information

#A998E1 (or 0xA998E1) is unknown color: approx Biloba Flower. HEX triplet: A9, 98 and E1. RGB value is (169,152,225). Sum of RGB (Red+Green+Blue) = 169+152+225=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #A998E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998E1 is #56671E. Grayscale: #A5A5A5. Windows color (decimal): -5662495 or 14784681. OLE color: 14784681.

HSL color Cylindrical-coordinate representation of color #A998E1: hue angle of 253.97º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A998E1 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB169152225-
CMYK0.250.3200.12
HSL253.97º54.89%73.92%-
HSV(B)253.97º32.44%88.24%-
XYZ41.1836.3376.08-
YUV165.4161.63130.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.95%
GREEN value IS 152 (59.77% from 255) = 27.84%
BLUE value IS 225 (88.28% from 255) = 41.21%
R=30.95%
G=27.84%
B=41.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1691522250.250.3200.12253.9754.8973.92
HexA998E119200Cfe374a
Octal251230341314001437667112
Binary1010100110011000111000011100110000001100111111101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998E1; }

 p { color: rgb(169,152,225); }

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

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

 a { background-color: rgb(169,152,225); }

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

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

 span { border-color: rgb(169,152,225); }

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