#A47ECC

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

Shades of Cold Purple #A47ECC

Tints of Cold Purple #A47ECC

Color information

#A47ECC (or 0xA47ECC) is unknown color: approx Cold Purple. HEX triplet: A4, 7E and CC. RGB value is (164,126,204). Sum of RGB (Red+Green+Blue) = 164+126+204=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #A47ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47ECC is #5B8133. Grayscale: #919191. Windows color (decimal): -5996852 or 13401764. OLE color: 13401764.

HSL color Cylindrical-coordinate representation of color #A47ECC: hue angle of 269.23º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A47ECC is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB164126204-
CMYK0.200.3800.2
HSL269.23º43.33%64.71%-
HSV(B)269.23º38.24%80%-
XYZ33.6727.1760.6-
YUV146.25160.59140.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 126 (49.61% from 255) = 25.51%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=33.20%
G=25.51%
B=41.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1641262040.200.3800.2269.2343.3364.71
HexA47ECC142601410d2b41
Octal244176314244602441553101
Binary10100100111111011001100101001001100101001000011011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47ECC; }

 p { color: rgb(164,126,204); }

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

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

 a { background-color: rgb(164,126,204); }

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

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

 span { border-color: rgb(164,126,204); }

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