#A48FBE

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

Shades of Cold Purple #A48FBE

Tints of Cold Purple #A48FBE

Color information

#A48FBE (or 0xA48FBE) is unknown color: approx Cold Purple. HEX triplet: A4, 8F and BE. RGB value is (164,143,190). Sum of RGB (Red+Green+Blue) = 164+143+190=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #A48FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FBE is #5B7041. Grayscale: #9A9A9A. Windows color (decimal): -5992514 or 12488612. OLE color: 12488612.

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

Color convert

RGB164143190-
CMYK0.140.2500.25
HSL266.81º26.55%65.29%-
HSV(B)266.81º24.74%74.51%-
XYZ34.4331.2652.93-
YUV154.64147.96134.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.00%
GREEN value IS 143 (56.25% from 255) = 28.77%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=33.00%
G=28.77%
B=38.23%

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
Decimal1641431900.140.2500.25266.8126.5565.29
HexA48FBEE1901910b1b41
Octal244217276163103141333101
Binary101001001000111110111110111011001011001100001011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48FBE; }

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

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

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

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

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

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

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

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