#A48BDD

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

Shades of Biloba Flower #A48BDD

Tints of Biloba Flower #A48BDD

Color information

#A48BDD (or 0xA48BDD) is unknown color: approx Biloba Flower. HEX triplet: A4, 8B and DD. RGB value is (164,139,221). Sum of RGB (Red+Green+Blue) = 164+139+221=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #A48BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BDD is #5B7422. Grayscale: #9B9B9B. Windows color (decimal): -5993507 or 14519204. OLE color: 14519204.

HSL color Cylindrical-coordinate representation of color #A48BDD: hue angle of 258.29º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A48BDD is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164139221-
CMYK0.260.3700.13
HSL258.29º54.67%70.59%-
HSV(B)258.29º37.1%86.67%-
XYZ37.5931.5872.52-
YUV155.82164.78133.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 139 (54.69% from 255) = 26.53%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=31.30%
G=26.53%
B=42.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641392210.260.3700.13258.2954.6770.59
HexA48BDD1A250D1023747
Octal244213335324501540267107
Binary10100100100010111101110111010100101011011000000101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48BDD; }

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

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

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

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

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

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

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

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