Html Css Color HEX #A379DC Medium Purple

📋 copy color: '#A379DC'

red 163 ◦ green 121 ◦ blue 220

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

Shades of Medium Purple #A379DC

Tints of Medium Purple #A379DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 32.34%
G = 24.01%
B = 43.65%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A379DC (or 0xA379DC) is known color: Medium Purple. HEX triplet: A3, 79 and DC. RGB value is (163,121,220). Sum of RGB (Red+Green+Blue) = 163+121+220=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #A379DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379DC is #5C8623. Grayscale: #909090. Windows color (decimal): -6063652 or 14449059. OLE color: 14449059.

HSL color Cylindrical-coordinate representation of color #A379DC: hue angle of 265.45º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A379DC is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 121 220 -
CMYK 0.26 0.45 0 0.14
HSL 265.45º 0.59% 0.67% -
HSV(B) 265.45º 0.45% 0.86% -
XYZ 34.86 26.63 71.01 -
YUV 144.84 170.41 140.95 -
System Red Green Blue C M Y K H S L
Decimal 163 121 220 0.26 0.45 0 0.14 265.45 0.59 0.67
Hex A3 79 DC 1A 2D 0 E 109 3B 43
Octal 243 171 334 32 55 0 16 411 73 103
Binary 10100011 1111001 11011100 11010 101101 0 1110 100001001 111011 1000011

Color Harmonies of #A379DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A379DC

Black with #A379DC

Text Example


Text Example

White with #A379DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A379DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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