#A48BD9

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

Shades of Biloba Flower #A48BD9

Tints of Biloba Flower #A48BD9

Color information

#A48BD9 (or 0xA48BD9) is unknown color: approx Biloba Flower. HEX triplet: A4, 8B and D9. RGB value is (164,139,217). Sum of RGB (Red+Green+Blue) = 164+139+217=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #A48BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BD9 is #5B7426. Grayscale: #9B9B9B. Windows color (decimal): -5993511 or 14257060. OLE color: 14257060.

HSL color Cylindrical-coordinate representation of color #A48BD9: hue angle of 259.23º degrees, saturation: 0.51, 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 #A48BD9 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164139217-
CMYK0.240.3600.15
HSL259.23º50.65%69.8%-
HSV(B)259.23º35.94%85.1%-
XYZ37.0731.3769.75-
YUV155.37162.78134.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.54%
GREEN value IS 139 (54.69% from 255) = 26.73%
BLUE value IS 217 (85.16% from 255) = 41.73%
R=31.54%
G=26.73%
B=41.73%

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
Decimal1641392170.240.3600.15259.2350.6569.8
HexA48BD918240F1033346
Octal244213331304401740363106
Binary10100100100010111101100111000100100011111000000111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48BD9; }

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

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

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

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

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

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

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

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