#A48BD0

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

Shades of Biloba Flower #A48BD0

Tints of Biloba Flower #A48BD0

Color information

#A48BD0 (or 0xA48BD0) is unknown color: approx Biloba Flower. HEX triplet: A4, 8B and D0. RGB value is (164,139,208). Sum of RGB (Red+Green+Blue) = 164+139+208=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #A48BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BD0 is #5B742F. Grayscale: #9A9A9A. Windows color (decimal): -5993520 or 13667236. OLE color: 13667236.

HSL color Cylindrical-coordinate representation of color #A48BD0: hue angle of 261.74º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A48BD0 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB164139208-
CMYK0.210.3300.18
HSL261.74º42.33%68.04%-
HSV(B)261.74º33.17%81.57%-
XYZ35.9330.9163.75-
YUV154.34158.28134.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.09%
GREEN value IS 139 (54.69% from 255) = 27.20%
BLUE value IS 208 (81.64% from 255) = 40.70%
R=32.09%
G=27.20%
B=40.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641392080.210.3300.18261.7442.3368.04
HexA48BD015210121062a44
Octal244213320254102240652104
Binary101001001000101111010000101011000010100101000001101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48BD0; }

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

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

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

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

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

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

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

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