#A47DCA

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

Shades of Cold Purple #A47DCA

Tints of Cold Purple #A47DCA

Color information

#A47DCA (or 0xA47DCA) is unknown color: approx Cold Purple. HEX triplet: A4, 7D and CA. RGB value is (164,125,202). Sum of RGB (Red+Green+Blue) = 164+125+202=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #A47DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47DCA is #5B8235. Grayscale: #919191. Windows color (decimal): -5997110 or 13270436. OLE color: 13270436.

HSL color Cylindrical-coordinate representation of color #A47DCA: hue angle of 270.39º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A47DCA is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164125202-
CMYK0.190.3800.21
HSL270.39º42.08%64.12%-
HSV(B)270.39º38.12%79.22%-
XYZ33.326.8259.3-
YUV145.44159.92141.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.40%
GREEN value IS 125 (49.22% from 255) = 25.46%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=33.40%
G=25.46%
B=41.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641252020.190.3800.21270.3942.0864.12
HexA47DCA132601510e2a40
Octal244175312234602541652100
Binary10100100111110111001010100111001100101011000011101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47DCA; }

 p { color: rgb(164,125,202); }

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

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

 a { background-color: rgb(164,125,202); }

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

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

 span { border-color: rgb(164,125,202); }

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