#A37FC6

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

Shades of Cold Purple #A37FC6

Tints of Cold Purple #A37FC6

Color information

#A37FC6 (or 0xA37FC6) is unknown color: approx Cold Purple. HEX triplet: A3, 7F and C6. RGB value is (163,127,198). Sum of RGB (Red+Green+Blue) = 163+127+198=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #A37FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FC6 is #5C8039. Grayscale: #919191. Windows color (decimal): -6062138 or 13008803. OLE color: 13008803.

HSL color Cylindrical-coordinate representation of color #A37FC6: hue angle of 270.42º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A37FC6 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB163127198-
CMYK0.180.3600.22
HSL270.42º38.38%63.73%-
HSV(B)270.42º35.86%77.65%-
XYZ32.8927.0456.91-
YUV145.86157.43140.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.40%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 198 (77.73% from 255) = 40.57%
R=33.40%
G=26.02%
B=40.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1631271980.180.3600.22270.4238.3863.73
HexA37FC6122401610e2640
Octal243177306224402641646100
Binary10100011111111111000110100101001000101101000011101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37FC6; }

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

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

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

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

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

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

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

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