#A48EBD

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

Shades of Cold Purple #A48EBD

Tints of Cold Purple #A48EBD

Color information

#A48EBD (or 0xA48EBD) is unknown color: approx Cold Purple. HEX triplet: A4, 8E and BD. RGB value is (164,142,189). Sum of RGB (Red+Green+Blue) = 164+142+189=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #A48EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48EBD is #5B7142. Grayscale: #999999. Windows color (decimal): -5992771 or 12422820. OLE color: 12422820.

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

Color convert

RGB164142189-
CMYK0.130.2500.26
HSL268.09º26.26%64.9%-
HSV(B)268.09º24.87%74.12%-
XYZ34.1730.9152.31-
YUV153.94147.79135.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.13%
GREEN value IS 142 (55.86% from 255) = 28.69%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=33.13%
G=28.69%
B=38.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641421890.130.2500.26268.0926.2664.9
HexA48EBDD1901A10c1a41
Octal244216275153103241432101
Binary101001001000111010111101110111001011010100001100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48EBD; }

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

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

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

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

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

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

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

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