#A37ED0

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

Shades of Cold Purple #A37ED0

Tints of Cold Purple #A37ED0

Color information

#A37ED0 (or 0xA37ED0) is unknown color: approx Cold Purple. HEX triplet: A3, 7E and D0. RGB value is (163,126,208). Sum of RGB (Red+Green+Blue) = 163+126+208=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #A37ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ED0 is #5C812F. Grayscale: #929292. Windows color (decimal): -6062384 or 13663907. OLE color: 13663907.

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

Color convert

RGB163126208-
CMYK0.220.3900.18
HSL267.07º46.59%65.49%-
HSV(B)267.07º39.42%81.57%-
XYZ33.9527.2663.15-
YUV146.41162.76139.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.80%
GREEN value IS 126 (49.61% from 255) = 25.35%
BLUE value IS 208 (81.64% from 255) = 41.85%
R=32.80%
G=25.35%
B=41.85%

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
Decimal1631262080.220.3900.18267.0746.5965.49
HexA37ED0162701210b2f41
Octal243176320264702241357101
Binary10100011111111011010000101101001110100101000010111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37ED0; }

 p { color: rgb(163,126,208); }

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

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

 a { background-color: rgb(163,126,208); }

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

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

 span { border-color: rgb(163,126,208); }

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