#A48AC3

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

Shades of Cold Purple #A48AC3

Tints of Cold Purple #A48AC3

Color information

#A48AC3 (or 0xA48AC3) is unknown color: approx Cold Purple. HEX triplet: A4, 8A and C3. RGB value is (164,138,195). Sum of RGB (Red+Green+Blue) = 164+138+195=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 195 - color contains mainly: blue. Hex color #A48AC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48AC3 is #5B753C. Grayscale: #989898. Windows color (decimal): -5993789 or 12815012. OLE color: 12815012.

HSL color Cylindrical-coordinate representation of color #A48AC3: hue angle of 267.37º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A48AC3 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164138195-
CMYK0.160.2900.24
HSL267.37º32.2%65.29%-
HSV(B)267.37º29.23%76.47%-
XYZ34.2530.0155.62-
YUV152.27152.11136.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.00%
GREEN value IS 138 (54.30% from 255) = 27.77%
BLUE value IS 195 (76.56% from 255) = 39.24%
R=33.00%
G=27.77%
B=39.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641381950.160.2900.24267.3732.265.29
HexA48AC3101D01810b2041
Octal244212303203503041340101
Binary10100100100010101100001110000111010110001000010111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48AC3; }

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

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

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

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

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

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

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

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