#A98BE5

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

Shades of Biloba Flower #A98BE5

Tints of Biloba Flower #A98BE5

Color information

#A98BE5 (or 0xA98BE5) is unknown color: approx Biloba Flower. HEX triplet: A9, 8B and E5. RGB value is (169,139,229). Sum of RGB (Red+Green+Blue) = 169+139+229=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #A98BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BE5 is #56741A. Grayscale: #9D9D9D. Windows color (decimal): -5665819 or 15043497. OLE color: 15043497.

HSL color Cylindrical-coordinate representation of color #A98BE5: hue angle of 260º 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 #A98BE5 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB169139229-
CMYK0.260.3900.10
HSL260º63.38%72.16%-
HSV(B)260º39.3%89.8%-
XYZ39.7432.5678.32-
YUV158.23167.94135.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.47%
GREEN value IS 139 (54.69% from 255) = 25.88%
BLUE value IS 229 (89.84% from 255) = 42.64%
R=31.47%
G=25.88%
B=42.64%

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
Decimal1691392290.260.3900.1026063.3872.16
HexA98BE51A270A1043f48
Octal251213345324701240477110
Binary10101001100010111110010111010100111010101000001001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BE5; }

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

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

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

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

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

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

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

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