#A48EE0

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

Shades of Biloba Flower #A48EE0

Tints of Biloba Flower #A48EE0

Color information

#A48EE0 (or 0xA48EE0) is unknown color: approx Biloba Flower. HEX triplet: A4, 8E and E0. RGB value is (164,142,224). Sum of RGB (Red+Green+Blue) = 164+142+224=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #A48EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48EE0 is #5B711F. Grayscale: #9D9D9D. Windows color (decimal): -5992736 or 14716580. OLE color: 14716580.

HSL color Cylindrical-coordinate representation of color #A48EE0: hue angle of 256.1º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A48EE0 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB164142224-
CMYK0.270.3700.12
HSL256.1º56.94%71.76%-
HSV(B)256.1º36.61%87.84%-
XYZ38.4432.6274.79-
YUV157.93165.29132.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.94%
GREEN value IS 142 (55.86% from 255) = 26.79%
BLUE value IS 224 (87.89% from 255) = 42.26%
R=30.94%
G=26.79%
B=42.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1641422240.270.3700.12256.156.9471.76
HexA48EE01B250C1003948
Octal244216340334501440071110
Binary10100100100011101110000011011100101011001000000001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48EE0; }

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

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

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

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

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

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

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

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