Html Css Color HEX #A37EDC Medium Purple

📋 copy color: '#A37EDC'

red 163 ◦ green 126 ◦ blue 220

#A37EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #A37EDC

Tints of Medium Purple #A37EDC

RGB

 RED value IS 163 (64.06% from 255) = 32.02%

 GREEN value IS 126 (49.61% from 255) = 24.75%

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 32.02%
G = 24.75%
B = 43.22%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A37EDC (or 0xA37EDC) is known color: Medium Purple. HEX triplet: A3, 7E and DC. RGB value is (163,126,220). Sum of RGB (Red+Green+Blue) = 163+126+220=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #A37EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37EDC is #5C8123. Grayscale: #939393. Windows color (decimal): -6062372 or 14450339. OLE color: 14450339.

HSL color Cylindrical-coordinate representation of color #A37EDC: hue angle of 263.62º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A37EDC is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 126 220 -
CMYK 0.26 0.43 0 0.14
HSL 263.62º 0.57% 0.68% -
HSV(B) 263.62º 0.43% 0.86% -
XYZ 35.48 27.88 71.22 -
YUV 147.78 168.76 138.86 -
System Red Green Blue C M Y K H S L
Decimal 163 126 220 0.26 0.43 0 0.14 263.62 0.57 0.68
Hex A3 7E DC 1A 2B 0 E 108 39 44
Octal 243 176 334 32 53 0 16 410 71 104
Binary 10100011 1111110 11011100 11010 101011 0 1110 100001000 111001 1000100

Color Harmonies of #A37EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37EDC

Black with #A37EDC

Text Example


Text Example

White with #A37EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37EDC; }

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

 H1.HeaderClassName
 {
   color: #A37EDC;
 }
 .AnyTagClassName
 {
   color: #A37EDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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