Html Css Color HEX #A376ED Medium Purple

📋 copy color: '#A376ED'

red 163 ◦ green 118 ◦ blue 237

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

Shades of Medium Purple #A376ED

Tints of Medium Purple #A376ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 31.47%
G = 22.78%
B = 45.75%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A376ED (or 0xA376ED) is known color: Medium Purple. HEX triplet: A3, 76 and ED. RGB value is (163,118,237). Sum of RGB (Red+Green+Blue) = 163+118+237=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #A376ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A376ED is #5C8912. Grayscale: #909090. Windows color (decimal): -6064403 or 15562403. OLE color: 15562403.

HSL color Cylindrical-coordinate representation of color #A376ED: hue angle of 262.69º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A376ED is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 118 237 -
CMYK 0.31 0.50 0 0.07
HSL 262.69º 0.77% 0.7% -
HSV(B) 262.69º 0.5% 0.93% -
XYZ 36.87 26.86 83.36 -
YUV 145.02 179.91 140.82 -
System Red Green Blue C M Y K H S L
Decimal 163 118 237 0.31 0.50 0 0.07 262.69 0.77 0.7
Hex A3 76 ED 1F 32 0 7 107 4D 46
Octal 243 166 355 37 62 0 7 407 115 106
Binary 10100011 1110110 11101101 11111 110010 0 111 100000111 1001101 1000110

Color Harmonies of #A376ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A376ED

Black with #A376ED

Text Example


Text Example

White with #A376ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A376ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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