#A48ED8

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

Shades of Biloba Flower #A48ED8

Tints of Biloba Flower #A48ED8

Color information

#A48ED8 (or 0xA48ED8) is unknown color: approx Biloba Flower. HEX triplet: A4, 8E and D8. RGB value is (164,142,216). Sum of RGB (Red+Green+Blue) = 164+142+216=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #A48ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48ED8 is #5B7127. Grayscale: #9C9C9C. Windows color (decimal): -5992744 or 14192292. OLE color: 14192292.

HSL color Cylindrical-coordinate representation of color #A48ED8: hue angle of 257.84º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A48ED8 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164142216-
CMYK0.240.3400.15
HSL257.84º48.68%70.2%-
HSV(B)257.84º34.26%84.71%-
XYZ37.3832.269.21-
YUV157.01161.29132.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.42%
GREEN value IS 142 (55.86% from 255) = 27.20%
BLUE value IS 216 (84.77% from 255) = 41.38%
R=31.42%
G=27.20%
B=41.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641422160.240.3400.15257.8448.6870.2
HexA48ED818220F1023146
Octal244216330304201740261106
Binary10100100100011101101100011000100010011111000000101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48ED8; }

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

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

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

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

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

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

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

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