#A48EE9

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

Shades of Biloba Flower #A48EE9

Tints of Biloba Flower #A48EE9

Color information

#A48EE9 (or 0xA48EE9) is unknown color: approx Biloba Flower. HEX triplet: A4, 8E and E9. RGB value is (164,142,233). Sum of RGB (Red+Green+Blue) = 164+142+233=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #A48EE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48EE9 is #5B7116. Grayscale: #9E9E9E. Windows color (decimal): -5992727 or 15306404. OLE color: 15306404.

HSL color Cylindrical-coordinate representation of color #A48EE9: hue angle of 254.51º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A48EE9 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB164142233-
CMYK0.300.3900.09
HSL254.51º67.41%73.53%-
HSV(B)254.51º39.06%91.37%-
XYZ39.6933.1281.39-
YUV158.95169.79131.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.43%
GREEN value IS 142 (55.86% from 255) = 26.35%
BLUE value IS 233 (91.41% from 255) = 43.23%
R=30.43%
G=26.35%
B=43.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1641422330.300.3900.09254.5167.4173.53
HexA48EE91E2709ff434a
Octal2442163513647011377103112
Binary10100100100011101110100111110100111010011111111110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48EE9; }

 p { color: rgb(164,142,233); }

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

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

 a { background-color: rgb(164,142,233); }

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

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

 span { border-color: rgb(164,142,233); }

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