Html Css Color HEX #A379EC Medium Purple

📋 copy color: '#A379EC'

red 163 ◦ green 121 ◦ blue 236

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

Shades of Medium Purple #A379EC

Tints of Medium Purple #A379EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.38%

R = 31.35%
G = 23.27%
B = 45.38%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A379EC (or 0xA379EC) is known color: Medium Purple. HEX triplet: A3, 79 and EC. RGB value is (163,121,236). Sum of RGB (Red+Green+Blue) = 163+121+236=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #A379EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A379EC is #5C8613. Grayscale: #929292. Windows color (decimal): -6063636 or 15497635. OLE color: 15497635.

HSL color Cylindrical-coordinate representation of color #A379EC: hue angle of 261.91º degrees, saturation: 0.75, 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 #A379EC is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 121 236 -
CMYK 0.31 0.49 0 0.07
HSL 261.91º 0.75% 0.7% -
HSV(B) 261.91º 0.49% 0.93% -
XYZ 37.08 27.52 82.71 -
YUV 146.67 178.41 139.65 -
System Red Green Blue C M Y K H S L
Decimal 163 121 236 0.31 0.49 0 0.07 261.91 0.75 0.7
Hex A3 79 EC 1F 31 0 7 106 4B 46
Octal 243 171 354 37 61 0 7 406 113 106
Binary 10100011 1111001 11101100 11111 110001 0 111 100000110 1001011 1000110

Color Harmonies of #A379EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A379EC

Black with #A379EC

Text Example


Text Example

White with #A379EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A379EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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