#A98CE5

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

Shades of Biloba Flower #A98CE5

Tints of Biloba Flower #A98CE5

Color information

#A98CE5 (or 0xA98CE5) is unknown color: approx Biloba Flower. HEX triplet: A9, 8C and E5. RGB value is (169,140,229). Sum of RGB (Red+Green+Blue) = 169+140+229=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #A98CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CE5 is #56731A. Grayscale: #9E9E9E. Windows color (decimal): -5665563 or 15043753. OLE color: 15043753.

HSL color Cylindrical-coordinate representation of color #A98CE5: hue angle of 259.55º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A98CE5 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB169140229-
CMYK0.260.3900.10
HSL259.55º63.12%72.35%-
HSV(B)259.55º38.86%89.8%-
XYZ39.8832.8578.37-
YUV158.82167.61135.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.41%
GREEN value IS 140 (55.08% from 255) = 26.02%
BLUE value IS 229 (89.84% from 255) = 42.57%
R=31.41%
G=26.02%
B=42.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1691402290.260.3900.10259.5563.1272.35
HexA98CE51A270A1043f48
Octal251214345324701240477110
Binary10101001100011001110010111010100111010101000001001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98CE5; }

 p { color: rgb(169,140,229); }

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

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

 a { background-color: rgb(169,140,229); }

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

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

 span { border-color: rgb(169,140,229); }

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