#A48AC6

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

Shades of Cold Purple #A48AC6

Tints of Cold Purple #A48AC6

Color information

#A48AC6 (or 0xA48AC6) is unknown color: approx Cold Purple. HEX triplet: A4, 8A and C6. RGB value is (164,138,198). Sum of RGB (Red+Green+Blue) = 164+138+198=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #A48AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48AC6 is #5B7539. Grayscale: #989898. Windows color (decimal): -5993786 or 13011620. OLE color: 13011620.

HSL color Cylindrical-coordinate representation of color #A48AC6: hue angle of 266º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A48AC6 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB164138198-
CMYK0.170.3000.22
HSL266º34.48%65.88%-
HSV(B)266º30.3%77.65%-
XYZ34.5930.1557.42-
YUV152.61153.61136.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.8%
GREEN value IS 138 (54.30% from 255) = 27.6%
BLUE value IS 198 (77.73% from 255) = 39.6%
R=32.8%
G=27.6%
B=39.6%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1641381980.170.3000.2226634.4865.88
HexA48AC6111E01610a2242
Octal244212306213602641242102
Binary10100100100010101100011010001111100101101000010101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48AC6; }

 p { color: rgb(164,138,198); }

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

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

 a { background-color: rgb(164,138,198); }

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

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

 span { border-color: rgb(164,138,198); }

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