#A48DBF

Color #A48DBF Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A48DBF

Tints of Cold Purple #A48DBF

Color information

#A48DBF (or 0xA48DBF) is unknown color: approx Cold Purple. HEX triplet: A4, 8D and BF. RGB value is (164,141,191). Sum of RGB (Red+Green+Blue) = 164+141+191=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #A48DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DBF is #5B7240. Grayscale: #999999. Windows color (decimal): -5993025 or 12553636. OLE color: 12553636.

HSL color Cylindrical-coordinate representation of color #A48DBF: hue angle of 267.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A48DBF is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164141191-
CMYK0.140.2600.25
HSL267.6º28.09%65.1%-
HSV(B)267.6º26.18%74.9%-
XYZ34.2430.753.41-
YUV153.58149.12135.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.06%
GREEN value IS 141 (55.47% from 255) = 28.43%
BLUE value IS 191 (75% from 255) = 38.51%
R=33.06%
G=28.43%
B=38.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641411910.140.2600.25267.628.0965.1
HexA48DBFE1A01910c1c41
Octal244215277163203141434101
Binary101001001000110110111111111011010011001100001100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48DBF; }

 p { color: rgb(164,141,191); }

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

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

 a { background-color: rgb(164,141,191); }

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

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

 span { border-color: rgb(164,141,191); }

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