Html Css Color HEX #A379DD Medium Purple

📋 copy color: '#A379DD'

red 163 ◦ green 121 ◦ blue 221

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

Shades of Medium Purple #A379DD

Tints of Medium Purple #A379DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 32.28%
G = 23.96%
B = 43.76%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A379DD (or 0xA379DD) is known color: Medium Purple. HEX triplet: A3, 79 and DD. RGB value is (163,121,221). Sum of RGB (Red+Green+Blue) = 163+121+221=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #A379DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379DD is #5C8622. Grayscale: #909090. Windows color (decimal): -6063651 or 14514595. OLE color: 14514595.

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

Color convert

RGB 163 121 221 -
CMYK 0.26 0.45 0 0.13
HSL 265.2º 0.6% 0.67% -
HSV(B) 265.2º 0.45% 0.87% -
XYZ 34.99 26.68 71.71 -
YUV 144.96 170.91 140.87 -
System Red Green Blue C M Y K H S L
Decimal 163 121 221 0.26 0.45 0 0.13 265.2 0.6 0.67
Hex A3 79 DD 1A 2D 0 D 109 3C 43
Octal 243 171 335 32 55 0 15 411 74 103
Binary 10100011 1111001 11011101 11010 101101 0 1101 100001001 111100 1000011

Color Harmonies of #A379DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A379DD

Black with #A379DD

Text Example


Text Example

White with #A379DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A379DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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