Html Css Color HEX #A376DC Medium Purple

📋 copy color: '#A376DC'

red 163 ◦ green 118 ◦ blue 220

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

Shades of Medium Purple #A376DC

Tints of Medium Purple #A376DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.55%

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

R = 32.53%
G = 23.55%
B = 43.91%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A376DC (or 0xA376DC) is known color: Medium Purple. HEX triplet: A3, 76 and DC. RGB value is (163,118,220). Sum of RGB (Red+Green+Blue) = 163+118+220=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #A376DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376DC is #5C8923. Grayscale: #8E8E8E. Windows color (decimal): -6064420 or 14448291. OLE color: 14448291.

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

Color convert

RGB 163 118 220 -
CMYK 0.26 0.46 0 0.14
HSL 266.47º 0.59% 0.66% -
HSV(B) 266.47º 0.46% 0.86% -
XYZ 34.5 25.91 70.89 -
YUV 143.08 171.41 142.21 -
System Red Green Blue C M Y K H S L
Decimal 163 118 220 0.26 0.46 0 0.14 266.47 0.59 0.66
Hex A3 76 DC 1A 2E 0 E 10A 3B 42
Octal 243 166 334 32 56 0 16 412 73 102
Binary 10100011 1110110 11011100 11010 101110 0 1110 100001010 111011 1000010

Color Harmonies of #A376DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A376DC

Black with #A376DC

Text Example


Text Example

White with #A376DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A376DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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