#A37FCC

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

Shades of Cold Purple #A37FCC

Tints of Cold Purple #A37FCC

Color information

#A37FCC (or 0xA37FCC) is unknown color: approx Cold Purple. HEX triplet: A3, 7F and CC. RGB value is (163,127,204). Sum of RGB (Red+Green+Blue) = 163+127+204=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 127 (50% from 255 or 25.71% 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 #A37FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FCC is #5C8033. Grayscale: #929292. Windows color (decimal): -6062132 or 13402019. OLE color: 13402019.

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

Color convert

RGB163127204-
CMYK0.200.3800.2
HSL268.05º43.02%64.9%-
HSV(B)268.05º37.75%80%-
XYZ33.5927.3260.63-
YUV146.54160.43139.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.00%
GREEN value IS 127 (50% from 255) = 25.71%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=33.00%
G=25.71%
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
Decimal1631272040.200.3800.2268.0543.0264.9
HexA37FCC142601410c2b41
Octal243177314244602441453101
Binary10100011111111111001100101001001100101001000011001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37FCC; }

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

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

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

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

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

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

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

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