#A48BDB

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

Shades of Biloba Flower #A48BDB

Tints of Biloba Flower #A48BDB

Color information

#A48BDB (or 0xA48BDB) is unknown color: approx Biloba Flower. HEX triplet: A4, 8B and DB. RGB value is (164,139,219). Sum of RGB (Red+Green+Blue) = 164+139+219=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #A48BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BDB is #5B7424. Grayscale: #9B9B9B. Windows color (decimal): -5993509 or 14388132. OLE color: 14388132.

HSL color Cylindrical-coordinate representation of color #A48BDB: hue angle of 258.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A48BDB is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164139219-
CMYK0.250.3700.14
HSL258.75º52.63%70.2%-
HSV(B)258.75º36.53%85.88%-
XYZ37.3331.4771.13-
YUV155.6163.78134-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.42%
GREEN value IS 139 (54.69% from 255) = 26.63%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=31.42%
G=26.63%
B=41.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641392190.250.3700.14258.7552.6370.2
HexA48BDB19250E1033546
Octal244213333314501640365106
Binary10100100100010111101101111001100101011101000000111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48BDB; }

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

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

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

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

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

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

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

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