#A48BDA

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

Shades of Biloba Flower #A48BDA

Tints of Biloba Flower #A48BDA

Color information

#A48BDA (or 0xA48BDA) is unknown color: approx Biloba Flower. HEX triplet: A4, 8B and DA. RGB value is (164,139,218). Sum of RGB (Red+Green+Blue) = 164+139+218=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #A48BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BDA is #5B7425. Grayscale: #9B9B9B. Windows color (decimal): -5993510 or 14322596. OLE color: 14322596.

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

Color convert

RGB164139218-
CMYK0.250.3600.15
HSL258.99º51.63%70%-
HSV(B)258.99º36.24%85.49%-
XYZ37.231.4270.43-
YUV155.48163.28134.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 139 (54.69% from 255) = 26.68%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=31.48%
G=26.68%
B=41.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641392180.250.3600.15258.9951.6370
HexA48BDA19240F1033446
Octal244213332314401740364106
Binary10100100100010111101101011001100100011111000000111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48BDA; }

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

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

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

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

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

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

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

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