#A37FCA

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

Shades of Cold Purple #A37FCA

Tints of Cold Purple #A37FCA

Color information

#A37FCA (or 0xA37FCA) is unknown color: approx Cold Purple. HEX triplet: A3, 7F and CA. RGB value is (163,127,202). Sum of RGB (Red+Green+Blue) = 163+127+202=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #A37FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FCA is #5C8035. Grayscale: #929292. Windows color (decimal): -6062134 or 13270947. OLE color: 13270947.

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

Color convert

RGB163127202-
CMYK0.190.3700.21
HSL268.8º41.44%64.51%-
HSV(B)268.8º37.13%79.22%-
XYZ33.3527.2359.37-
YUV146.31159.43139.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.13%
GREEN value IS 127 (50% from 255) = 25.81%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=33.13%
G=25.81%
B=41.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631272020.190.3700.21268.841.4464.51
HexA37FCA132501510d2941
Octal243177312234502541551101
Binary10100011111111111001010100111001010101011000011011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37FCA; }

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

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

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

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

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

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

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

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