#A48BD5

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

Shades of Biloba Flower #A48BD5

Tints of Biloba Flower #A48BD5

Color information

#A48BD5 (or 0xA48BD5) is unknown color: approx Biloba Flower. HEX triplet: A4, 8B and D5. RGB value is (164,139,213). Sum of RGB (Red+Green+Blue) = 164+139+213=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #A48BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BD5 is #5B742A. Grayscale: #9A9A9A. Windows color (decimal): -5993515 or 13994916. OLE color: 13994916.

HSL color Cylindrical-coordinate representation of color #A48BD5: hue angle of 260.27º degrees, saturation: 0.47, 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 #A48BD5 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164139213-
CMYK0.230.3500.16
HSL260.27º46.84%69.02%-
HSV(B)260.27º34.74%83.53%-
XYZ36.5531.1667.04-
YUV154.91160.78134.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.78%
GREEN value IS 139 (54.69% from 255) = 26.94%
BLUE value IS 213 (83.59% from 255) = 41.28%
R=31.78%
G=26.94%
B=41.28%

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
Decimal1641392130.230.3500.16260.2746.8469.02
HexA48BD517230101042f45
Octal244213325274302040457105
Binary101001001000101111010101101111000110100001000001001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48BD5; }

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

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

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

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

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

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

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

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