Html Css Color HEX #A376E7 Medium Purple

📋 copy color: '#A376E7'

red 163 ◦ green 118 ◦ blue 231

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

Shades of Medium Purple #A376E7

Tints of Medium Purple #A376E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.12%

R = 31.84%
G = 23.05%
B = 45.12%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A376E7 (or 0xA376E7) is known color: Medium Purple. HEX triplet: A3, 76 and E7. RGB value is (163,118,231). Sum of RGB (Red+Green+Blue) = 163+118+231=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #A376E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A376E7 is #5C8918. Grayscale: #8F8F8F. Windows color (decimal): -6064409 or 15169187. OLE color: 15169187.

HSL color Cylindrical-coordinate representation of color #A376E7: hue angle of 263.89º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A376E7 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 163 118 231 -
CMYK 0.29 0.49 0 0.09
HSL 263.89º 0.7% 0.68% -
HSV(B) 263.89º 0.49% 0.91% -
XYZ 36.01 26.51 78.82 -
YUV 144.34 176.91 141.31 -
System Red Green Blue C M Y K H S L
Decimal 163 118 231 0.29 0.49 0 0.09 263.89 0.7 0.68
Hex A3 76 E7 1D 31 0 9 108 46 44
Octal 243 166 347 35 61 0 11 410 106 104
Binary 10100011 1110110 11100111 11101 110001 0 1001 100001000 1000110 1000100

Color Harmonies of #A376E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A376E7

Black with #A376E7

Text Example


Text Example

White with #A376E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A376E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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