#A48FBC

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

Shades of Cold Purple #A48FBC

Tints of Cold Purple #A48FBC

Color information

#A48FBC (or 0xA48FBC) is unknown color: approx Cold Purple. HEX triplet: A4, 8F and BC. RGB value is (164,143,188). Sum of RGB (Red+Green+Blue) = 164+143+188=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #A48FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FBC is #5B7043. Grayscale: #9A9A9A. Windows color (decimal): -5992516 or 12357540. OLE color: 12357540.

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

Color convert

RGB164143188-
CMYK0.130.2400.26
HSL268º25.14%64.9%-
HSV(B)268º23.94%73.73%-
XYZ34.2131.1751.79-
YUV154.41146.96134.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.13%
GREEN value IS 143 (56.25% from 255) = 28.89%
BLUE value IS 188 (73.83% from 255) = 37.98%
R=33.13%
G=28.89%
B=37.98%

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
Decimal1641431880.130.2400.2626825.1464.9
HexA48FBCD1801A10c1941
Octal244217274153003241431101
Binary101001001000111110111100110111000011010100001100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48FBC; }

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

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

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

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

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

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

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

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