#A48CC6

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

Shades of Cold Purple #A48CC6

Tints of Cold Purple #A48CC6

Color information

#A48CC6 (or 0xA48CC6) is unknown color: approx Cold Purple. HEX triplet: A4, 8C and C6. RGB value is (164,140,198). Sum of RGB (Red+Green+Blue) = 164+140+198=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 198 - color contains mainly: blue. Hex color #A48CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48CC6 is #5B7339. Grayscale: #999999. Windows color (decimal): -5993274 or 13012132. OLE color: 13012132.

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

Color convert

RGB164140198-
CMYK0.170.2900.22
HSL264.83º33.72%66.27%-
HSV(B)264.83º29.29%77.65%-
XYZ34.8830.7357.52-
YUV153.79152.95135.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 140 (55.08% from 255) = 27.89%
BLUE value IS 198 (77.73% from 255) = 39.44%
R=32.67%
G=27.89%
B=39.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1641401980.170.2900.22264.8333.7266.27
HexA48CC6111D0161092242
Octal244214306213502641142102
Binary10100100100011001100011010001111010101101000010011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48CC6; }

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

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

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

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

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

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

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

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