Html Css Color HEX #A676EC Medium Purple

📋 copy color: '#A676EC'

red 166 ◦ green 118 ◦ blue 236

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

Shades of Medium Purple #A676EC

Tints of Medium Purple #A676EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.38%

R = 31.92%
G = 22.69%
B = 45.38%

CMYK

 C value IS 0.30

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A676EC (or 0xA676EC) is known color: Medium Purple. HEX triplet: A6, 76 and EC. RGB value is (166,118,236). Sum of RGB (Red+Green+Blue) = 166+118+236=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #A676EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A676EC is #598913. Grayscale: #919191. Windows color (decimal): -5867796 or 15496870. OLE color: 15496870.

HSL color Cylindrical-coordinate representation of color #A676EC: hue angle of 264.41º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A676EC is Cyan = 0.30, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 118 236 -
CMYK 0.30 0.5 0 0.07
HSL 264.41º 0.76% 0.69% -
HSV(B) 264.41º 0.5% 0.93% -
XYZ 37.34 27.12 82.62 -
YUV 145.8 178.9 142.41 -
System Red Green Blue C M Y K H S L
Decimal 166 118 236 0.30 0.5 0 0.07 264.41 0.76 0.69
Hex A6 76 EC 1E 32 0 7 108 4C 45
Octal 246 166 354 36 62 0 7 410 114 105
Binary 10100110 1110110 11101100 11110 110010 0 111 100001000 1001100 1000101

Color Harmonies of #A676EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A676EC

Black with #A676EC

Text Example


Text Example

White with #A676EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A676EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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