#A48BD6

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

Shades of Biloba Flower #A48BD6

Tints of Biloba Flower #A48BD6

Color information

#A48BD6 (or 0xA48BD6) is unknown color: approx Biloba Flower. HEX triplet: A4, 8B and D6. RGB value is (164,139,214). Sum of RGB (Red+Green+Blue) = 164+139+214=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 214 - color contains mainly: blue. Hex color #A48BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BD6 is #5B7429. Grayscale: #9A9A9A. Windows color (decimal): -5993514 or 14060452. OLE color: 14060452.

HSL color Cylindrical-coordinate representation of color #A48BD6: hue angle of 260º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A48BD6 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164139214-
CMYK0.230.3500.16
HSL260º47.77%69.22%-
HSV(B)260º35.05%83.92%-
XYZ36.6831.2167.71-
YUV155.02161.28134.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.72%
GREEN value IS 139 (54.69% from 255) = 26.89%
BLUE value IS 214 (83.98% from 255) = 41.39%
R=31.72%
G=26.89%
B=41.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641392140.230.3500.1626047.7769.22
HexA48BD617230101043045
Octal244213326274302040460105
Binary101001001000101111010110101111000110100001000001001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48BD6; }

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

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

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

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

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

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

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

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