Html Css Color HEX #A379EE Medium Purple

📋 copy color: '#A379EE'

red 163 ◦ green 121 ◦ blue 238

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

Shades of Medium Purple #A379EE

Tints of Medium Purple #A379EE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.18%

 BLUE value IS 238 (93.36% from 255) = 45.59%

R = 31.23%
G = 23.18%
B = 45.59%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A379EE (or 0xA379EE) is known color: Medium Purple. HEX triplet: A3, 79 and EE. RGB value is (163,121,238). Sum of RGB (Red+Green+Blue) = 163+121+238=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #A379EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A379EE is #5C8611. Grayscale: #929292. Windows color (decimal): -6063634 or 15628707. OLE color: 15628707.

HSL color Cylindrical-coordinate representation of color #A379EE: hue angle of 261.54º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A379EE is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 121 238 -
CMYK 0.32 0.49 0 0.07
HSL 261.54º 0.77% 0.7% -
HSV(B) 261.54º 0.49% 0.93% -
XYZ 37.37 27.63 84.25 -
YUV 146.9 179.41 139.49 -
System Red Green Blue C M Y K H S L
Decimal 163 121 238 0.32 0.49 0 0.07 261.54 0.77 0.7
Hex A3 79 EE 20 31 0 7 106 4D 46
Octal 243 171 356 40 61 0 7 406 115 106
Binary 10100011 1111001 11101110 100000 110001 0 111 100000110 1001101 1000110

Color Harmonies of #A379EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A379EE

Black with #A379EE

Text Example


Text Example

White with #A379EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A379EE; }

 p { color: rgb(163,121,238); }

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

background-color css

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

 a { background-color: rgb(163,121,238); }

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

border-color css

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

 span { border-color: rgb(163,121,238); }

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