Html Css Color HEX #A379D5 Medium Purple

📋 copy color: '#A379D5'

red 163 ◦ green 121 ◦ blue 213

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

Shades of Medium Purple #A379D5

Tints of Medium Purple #A379D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.86%

R = 32.8%
G = 24.35%
B = 42.86%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A379D5 (or 0xA379D5) is known color: Medium Purple. HEX triplet: A3, 79 and D5. RGB value is (163,121,213). Sum of RGB (Red+Green+Blue) = 163+121+213=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #A379D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379D5 is #5C862A. Grayscale: #8F8F8F. Windows color (decimal): -6063659 or 13990307. OLE color: 13990307.

HSL color Cylindrical-coordinate representation of color #A379D5: hue angle of 267.39º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A379D5 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 121 213 -
CMYK 0.23 0.43 0 0.16
HSL 267.39º 0.52% 0.65% -
HSV(B) 267.39º 0.43% 0.84% -
XYZ 33.95 26.27 66.23 -
YUV 144.05 166.91 141.52 -
System Red Green Blue C M Y K H S L
Decimal 163 121 213 0.23 0.43 0 0.16 267.39 0.52 0.65
Hex A3 79 D5 17 2B 0 10 10B 34 41
Octal 243 171 325 27 53 0 20 413 64 101
Binary 10100011 1111001 11010101 10111 101011 0 10000 100001011 110100 1000001

Color Harmonies of #A379D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A379D5

Black with #A379D5

Text Example


Text Example

White with #A379D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A379D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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