#A37DCA

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

Shades of Cold Purple #A37DCA

Tints of Cold Purple #A37DCA

Color information

#A37DCA (or 0xA37DCA) is unknown color: approx Cold Purple. HEX triplet: A3, 7D and CA. RGB value is (163,125,202). Sum of RGB (Red+Green+Blue) = 163+125+202=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #A37DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37DCA is #5C8235. Grayscale: #909090. Windows color (decimal): -6062646 or 13270435. OLE color: 13270435.

HSL color Cylindrical-coordinate representation of color #A37DCA: hue angle of 269.61º 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 #A37DCA is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB163125202-
CMYK0.190.3800.21
HSL269.61º42.08%64.12%-
HSV(B)269.61º38.12%79.22%-
XYZ33.126.7259.29-
YUV145.14160.09140.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.27%
GREEN value IS 125 (49.22% from 255) = 25.51%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=33.27%
G=25.51%
B=41.22%

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
Decimal1631252020.190.3800.21269.6142.0864.12
HexA37DCA132601510e2a40
Octal243175312234602541652100
Binary10100011111110111001010100111001100101011000011101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37DCA; }

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

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

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

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

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

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

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

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