#A48EBC

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

Shades of Cold Purple #A48EBC

Tints of Cold Purple #A48EBC

Color information

#A48EBC (or 0xA48EBC) is unknown color: approx Cold Purple. HEX triplet: A4, 8E and BC. RGB value is (164,142,188). Sum of RGB (Red+Green+Blue) = 164+142+188=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #A48EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48EBC is #5B7143. Grayscale: #999999. Windows color (decimal): -5992772 or 12357284. OLE color: 12357284.

HSL color Cylindrical-coordinate representation of color #A48EBC: hue angle of 268.7º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A48EBC is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164142188-
CMYK0.130.2400.26
HSL268.7º25.56%64.71%-
HSV(B)268.7º24.47%73.73%-
XYZ34.0630.8751.74-
YUV153.82147.29135.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 142 (55.86% from 255) = 28.74%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=33.20%
G=28.74%
B=38.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641421880.130.2400.26268.725.5664.71
HexA48EBCD1801A10d1a41
Octal244216274153003241532101
Binary101001001000111010111100110111000011010100001101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48EBC; }

 p { color: rgb(164,142,188); }

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

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

 a { background-color: rgb(164,142,188); }

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

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

 span { border-color: rgb(164,142,188); }

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