Html Css Color HEX #A37EF1 Medium Purple

📋 copy color: '#A37EF1'

red 163 ◦ green 126 ◦ blue 241

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

Shades of Medium Purple #A37EF1

Tints of Medium Purple #A37EF1

RGB

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

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

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

R = 30.75%
G = 23.77%
B = 45.47%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A37EF1 (or 0xA37EF1) is known color: Medium Purple. HEX triplet: A3, 7E and F1. RGB value is (163,126,241). Sum of RGB (Red+Green+Blue) = 163+126+241=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #A37EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37EF1 is #5C810E. Grayscale: #959595. Windows color (decimal): -6062351 or 15826595. OLE color: 15826595.

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

Color convert

RGB 163 126 241 -
CMYK 0.32 0.48 0 0.05
HSL 259.3º 0.8% 0.72% -
HSV(B) 259.3º 0.48% 0.95% -
XYZ 38.44 29.06 86.8 -
YUV 150.17 179.26 137.15 -
System Red Green Blue C M Y K H S L
Decimal 163 126 241 0.32 0.48 0 0.05 259.3 0.8 0.72
Hex A3 7E F1 20 30 0 5 103 50 48
Octal 243 176 361 40 60 0 5 403 120 110
Binary 10100011 1111110 11110001 100000 110000 0 101 100000011 1010000 1001000

Color Harmonies of #A37EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37EF1

Black with #A37EF1

Text Example


Text Example

White with #A37EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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