Html Css Color HEX #A17EF4 Medium Purple

📋 copy color: '#A17EF4'

red 161 ◦ green 126 ◦ blue 244

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

Shades of Medium Purple #A17EF4

Tints of Medium Purple #A17EF4

RGB

 RED value IS 161 (63.28% from 255) = 30.32%

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

 BLUE value IS 244 (95.7% from 255) = 45.95%

R = 30.32%
G = 23.73%
B = 45.95%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A17EF4 (or 0xA17EF4) is known color: Medium Purple. HEX triplet: A1, 7E and F4. RGB value is (161,126,244). Sum of RGB (Red+Green+Blue) = 161+126+244=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #A17EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17EF4 is #5E810B. Grayscale: #959595. Windows color (decimal): -6193420 or 16023201. OLE color: 16023201.

HSL color Cylindrical-coordinate representation of color #A17EF4: hue angle of 257.8º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A17EF4 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 126 244 -
CMYK 0.34 0.48 0 0.04
HSL 257.8º 0.84% 0.73% -
HSV(B) 257.8º 0.48% 0.96% -
XYZ 38.49 29.03 89.16 -
YUV 149.92 181.1 135.91 -
System Red Green Blue C M Y K H S L
Decimal 161 126 244 0.34 0.48 0 0.04 257.8 0.84 0.73
Hex A1 7E F4 22 30 0 4 102 54 49
Octal 241 176 364 42 60 0 4 402 124 111
Binary 10100001 1111110 11110100 100010 110000 0 100 100000010 1010100 1001001

Color Harmonies of #A17EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17EF4

Black with #A17EF4

Text Example


Text Example

White with #A17EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17EF4; }

 p { color: rgb(161,126,244); }

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

background-color css

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

 a { background-color: rgb(161,126,244); }

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

border-color css

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

 span { border-color: rgb(161,126,244); }

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