#A48BDC

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

Shades of Biloba Flower #A48BDC

Tints of Biloba Flower #A48BDC

Color information

#A48BDC (or 0xA48BDC) is unknown color: approx Biloba Flower. HEX triplet: A4, 8B and DC. RGB value is (164,139,220). Sum of RGB (Red+Green+Blue) = 164+139+220=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #A48BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BDC is #5B7423. Grayscale: #9B9B9B. Windows color (decimal): -5993508 or 14453668. OLE color: 14453668.

HSL color Cylindrical-coordinate representation of color #A48BDC: hue angle of 258.52º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A48BDC is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164139220-
CMYK0.250.3700.14
HSL258.52º53.64%70.39%-
HSV(B)258.52º36.82%86.27%-
XYZ37.4631.5371.82-
YUV155.71164.28133.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.36%
GREEN value IS 139 (54.69% from 255) = 26.58%
BLUE value IS 220 (86.33% from 255) = 42.07%
R=31.36%
G=26.58%
B=42.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641392200.250.3700.14258.5253.6470.39
HexA48BDC19250E1033646
Octal244213334314501640366106
Binary10100100100010111101110011001100101011101000000111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48BDC; }

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

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

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

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

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

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

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

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