Html Css Color HEX #A37CF1 Medium Purple

📋 copy color: '#A37CF1'

red 163 ◦ green 124 ◦ blue 241

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

Shades of Medium Purple #A37CF1

Tints of Medium Purple #A37CF1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.48%

 BLUE value IS 241 (94.53% from 255) = 45.64%

R = 30.87%
G = 23.48%
B = 45.64%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A37CF1 (or 0xA37CF1) is known color: Medium Purple. HEX triplet: A3, 7C and F1. RGB value is (163,124,241). Sum of RGB (Red+Green+Blue) = 163+124+241=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #A37CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37CF1 is #5C830E. Grayscale: #949494. Windows color (decimal): -6062863 or 15826083. OLE color: 15826083.

HSL color Cylindrical-coordinate representation of color #A37CF1: hue angle of 260º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A37CF1 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 124 241 -
CMYK 0.32 0.49 0 0.05
HSL 260º 0.81% 0.72% -
HSV(B) 260º 0.49% 0.95% -
XYZ 38.19 28.55 86.72 -
YUV 149 179.92 137.99 -
System Red Green Blue C M Y K H S L
Decimal 163 124 241 0.32 0.49 0 0.05 260 0.81 0.72
Hex A3 7C F1 20 31 0 5 104 51 48
Octal 243 174 361 40 61 0 5 404 121 110
Binary 10100011 1111100 11110001 100000 110001 0 101 100000100 1010001 1001000

Color Harmonies of #A37CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37CF1

Black with #A37CF1

Text Example


Text Example

White with #A37CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37CF1; }

 p { color: rgb(163,124,241); }

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

background-color css

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

 a { background-color: rgb(163,124,241); }

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

border-color css

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

 span { border-color: rgb(163,124,241); }

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