#A48BD8

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

Shades of Biloba Flower #A48BD8

Tints of Biloba Flower #A48BD8

Color information

#A48BD8 (or 0xA48BD8) is unknown color: approx Biloba Flower. HEX triplet: A4, 8B and D8. RGB value is (164,139,216). Sum of RGB (Red+Green+Blue) = 164+139+216=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #A48BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BD8 is #5B7427. Grayscale: #9A9A9A. Windows color (decimal): -5993512 or 14191524. OLE color: 14191524.

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

Color convert

RGB164139216-
CMYK0.240.3600.15
HSL259.48º49.68%69.61%-
HSV(B)259.48º35.65%84.71%-
XYZ36.9431.3269.06-
YUV155.25162.28134.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.60%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 216 (84.77% from 255) = 41.62%
R=31.60%
G=26.78%
B=41.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641392160.240.3600.15259.4849.6869.61
HexA48BD818240F1033246
Octal244213330304401740362106
Binary10100100100010111101100011000100100011111000000111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48BD8; }

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

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

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

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

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

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

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

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