#A48EC6

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

Shades of Cold Purple #A48EC6

Tints of Cold Purple #A48EC6

Color information

#A48EC6 (or 0xA48EC6) is unknown color: approx Cold Purple. HEX triplet: A4, 8E and C6. RGB value is (164,142,198). Sum of RGB (Red+Green+Blue) = 164+142+198=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #A48EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48EC6 is #5B7139. Grayscale: #9A9A9A. Windows color (decimal): -5992762 or 13012644. OLE color: 13012644.

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

Color convert

RGB164142198-
CMYK0.170.2800.22
HSL263.57º32.94%66.67%-
HSV(B)263.57º28.28%77.65%-
XYZ35.1831.3257.62-
YUV154.96152.29134.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 142 (55.86% from 255) = 28.17%
BLUE value IS 198 (77.73% from 255) = 39.29%
R=32.54%
G=28.17%
B=39.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1641421980.170.2800.22263.5732.9466.67
HexA48EC6111C0161082143
Octal244216306213402641041103
Binary10100100100011101100011010001111000101101000010001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48EC6; }

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

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

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

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

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

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

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

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