#A998E8

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

Shades of Biloba Flower #A998E8

Tints of Biloba Flower #A998E8

Color information

#A998E8 (or 0xA998E8) is unknown color: approx Biloba Flower. HEX triplet: A9, 98 and E8. RGB value is (169,152,232). Sum of RGB (Red+Green+Blue) = 169+152+232=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 232 (91.02% from 255 or 41.95% from 553); Max value from RGB is 232 - color contains mainly: blue. Hex color #A998E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A998E8 is #566717. Grayscale: #A5A5A5. Windows color (decimal): -5662488 or 15243433. OLE color: 15243433.

HSL color Cylindrical-coordinate representation of color #A998E8: hue angle of 252.75º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A998E8 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB169152232-
CMYK0.270.3400.09
HSL252.75º63.49%75.29%-
HSV(B)252.75º34.48%90.98%-
XYZ42.1636.7281.21-
YUV166.2165.13130-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.56%
GREEN value IS 152 (59.77% from 255) = 27.49%
BLUE value IS 232 (91.02% from 255) = 41.95%
R=30.56%
G=27.49%
B=41.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1691522320.270.3400.09252.7563.4975.29
HexA998E81B2209fd3f4b
Octal251230350334201137577113
Binary1010100110011000111010001101110001001001111111011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998E8; }

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

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

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

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

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

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

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

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