Html Css Color HEX #A376DA Medium Purple

📋 copy color: '#A376DA'

red 163 ◦ green 118 ◦ blue 218

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

Shades of Medium Purple #A376DA

Tints of Medium Purple #A376DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 32.67%
G = 23.65%
B = 43.69%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A376DA (or 0xA376DA) is known color: Medium Purple. HEX triplet: A3, 76 and DA. RGB value is (163,118,218). Sum of RGB (Red+Green+Blue) = 163+118+218=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #A376DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376DA is #5C8925. Grayscale: #8E8E8E. Windows color (decimal): -6064422 or 14317219. OLE color: 14317219.

HSL color Cylindrical-coordinate representation of color #A376DA: hue angle of 267º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A376DA is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 118 218 -
CMYK 0.25 0.46 0 0.15
HSL 267º 0.57% 0.66% -
HSV(B) 267º 0.46% 0.85% -
XYZ 34.24 25.81 69.51 -
YUV 142.86 170.41 142.37 -
System Red Green Blue C M Y K H S L
Decimal 163 118 218 0.25 0.46 0 0.15 267 0.57 0.66
Hex A3 76 DA 19 2E 0 F 10B 39 42
Octal 243 166 332 31 56 0 17 413 71 102
Binary 10100011 1110110 11011010 11001 101110 0 1111 100001011 111001 1000010

Color Harmonies of #A376DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A376DA

Black with #A376DA

Text Example


Text Example

White with #A376DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A376DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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