#a37fd1

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

Shades of Cold Purple #A37FD1

Tints of Cold Purple #A37FD1

Color information

#A37FD1 (or 0xA37FD1) is unknown color: approx Cold Purple. HEX triplet: A3, 7F and D1. RGB value is (163,127,209). Sum of RGB (Red+Green+Blue) = 163+127+209=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #A37FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FD1 is #5C802E. Grayscale: #929292. Windows color (decimal): -6062127 or 13729699. OLE color: 13729699.

HSL color Cylindrical-coordinate representation of color #A37FD1: hue angle of 266.34º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A37FD1 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB163127209-
CMYK0.220.3900.18
HSL266.34º47.13%65.88%-
HSV(B)266.34º39.23%81.96%-
XYZ34.227.5763.84-
YUV147.11162.93139.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.67%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 209 (82.03% from 255) = 41.88%
R=32.67%
G=25.45%
B=41.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1631272090.220.3900.18266.3447.1365.88
HexA37FD1162701210a2f42
Octal243177321264702241257102
Binary10100011111111111010001101101001110100101000010101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a37fd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a37fd1; }

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

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

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

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

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

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

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

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