Html Css Color HEX #A676E7 Medium Purple

📋 copy color: '#A676E7'

red 166 ◦ green 118 ◦ blue 231

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

Shades of Medium Purple #A676E7

Tints of Medium Purple #A676E7

RGB

 RED value IS 166 (65.23% from 255) = 32.23%

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

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

R = 32.23%
G = 22.91%
B = 44.85%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A676E7 (or 0xA676E7) is known color: Medium Purple. HEX triplet: A6, 76 and E7. RGB value is (166,118,231). Sum of RGB (Red+Green+Blue) = 166+118+231=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 231 (90.62% from 255 or 44.85% from 515); Max value from RGB is 231 - color contains mainly: blue. Hex color #A676E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A676E7 is #598918. Grayscale: #909090. Windows color (decimal): -5867801 or 15169190. OLE color: 15169190.

HSL color Cylindrical-coordinate representation of color #A676E7: hue angle of 265.49º 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 #A676E7 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 118 231 -
CMYK 0.28 0.49 0 0.09
HSL 265.49º 0.7% 0.68% -
HSV(B) 265.49º 0.49% 0.91% -
XYZ 36.63 26.83 78.85 -
YUV 145.23 176.4 142.81 -
System Red Green Blue C M Y K H S L
Decimal 166 118 231 0.28 0.49 0 0.09 265.49 0.7 0.68
Hex A6 76 E7 1C 31 0 9 109 46 44
Octal 246 166 347 34 61 0 11 411 106 104
Binary 10100110 1110110 11100111 11100 110001 0 1001 100001001 1000110 1000100

Color Harmonies of #A676E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A676E7

Black with #A676E7

Text Example


Text Example

White with #A676E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A676E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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