#A48EBF

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

Shades of Cold Purple #A48EBF

Tints of Cold Purple #A48EBF

Color information

#A48EBF (or 0xA48EBF) is unknown color: approx Cold Purple. HEX triplet: A4, 8E and BF. RGB value is (164,142,191). Sum of RGB (Red+Green+Blue) = 164+142+191=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #A48EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48EBF is #5B7140. Grayscale: #999999. Windows color (decimal): -5992769 or 12553892. OLE color: 12553892.

HSL color Cylindrical-coordinate representation of color #A48EBF: hue angle of 266.94º 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 #A48EBF is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164142191-
CMYK0.140.2600.25
HSL266.94º27.68%65.29%-
HSV(B)266.94º25.65%74.9%-
XYZ34.393153.46-
YUV154.16148.79135.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.00%
GREEN value IS 142 (55.86% from 255) = 28.57%
BLUE value IS 191 (75% from 255) = 38.43%
R=33.00%
G=28.57%
B=38.43%

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
Decimal1641421910.140.2600.25266.9427.6865.29
HexA48EBFE1A01910b1c41
Octal244216277163203141334101
Binary101001001000111010111111111011010011001100001011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48EBF; }

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

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

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

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

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

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

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

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