#A48DDB

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

Shades of Biloba Flower #A48DDB

Tints of Biloba Flower #A48DDB

Color information

#A48DDB (or 0xA48DDB) is unknown color: approx Biloba Flower. HEX triplet: A4, 8D and DB. RGB value is (164,141,219). Sum of RGB (Red+Green+Blue) = 164+141+219=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #A48DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DDB is #5B7224. Grayscale: #9C9C9C. Windows color (decimal): -5992997 or 14388644. OLE color: 14388644.

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

Color convert

RGB164141219-
CMYK0.250.3600.14
HSL257.69º52%70.59%-
HSV(B)257.69º35.62%85.88%-
XYZ37.6232.0671.22-
YUV156.77163.12133.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=31.30%
G=26.91%
B=41.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641412190.250.3600.14257.695270.59
HexA48DDB19240E1023447
Octal244215333314401640264107
Binary10100100100011011101101111001100100011101000000101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48DDB; }

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

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

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

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

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

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

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

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