#A48EBE

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

Shades of Cold Purple #A48EBE

Tints of Cold Purple #A48EBE

Color information

#A48EBE (or 0xA48EBE) is unknown color: approx Cold Purple. HEX triplet: A4, 8E and BE. RGB value is (164,142,190). Sum of RGB (Red+Green+Blue) = 164+142+190=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #A48EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48EBE is #5B7141. Grayscale: #999999. Windows color (decimal): -5992770 or 12488356. OLE color: 12488356.

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

Color convert

RGB164142190-
CMYK0.140.2500.25
HSL267.5º26.97%65.1%-
HSV(B)267.5º25.26%74.51%-
XYZ34.2830.9652.88-
YUV154.05148.29135.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.06%
GREEN value IS 142 (55.86% from 255) = 28.63%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=33.06%
G=28.63%
B=38.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641421900.140.2500.25267.526.9765.1
HexA48EBEE1901910c1b41
Octal244216276163103141433101
Binary101001001000111010111110111011001011001100001100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48EBE; }

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

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

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

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

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

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

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

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