Html Css Color HEX #A676E1 Medium Purple

📋 copy color: '#A676E1'

red 166 ◦ green 118 ◦ blue 225

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

Shades of Medium Purple #A676E1

Tints of Medium Purple #A676E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.2%

R = 32.61%
G = 23.18%
B = 44.2%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A676E1 (or 0xA676E1) is known color: Medium Purple. HEX triplet: A6, 76 and E1. RGB value is (166,118,225). Sum of RGB (Red+Green+Blue) = 166+118+225=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #A676E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676E1 is #59891E. Grayscale: #909090. Windows color (decimal): -5867807 or 14775974. OLE color: 14775974.

HSL color Cylindrical-coordinate representation of color #A676E1: hue angle of 266.92º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A676E1 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 118 225 -
CMYK 0.26 0.48 0 0.12
HSL 266.92º 0.64% 0.67% -
HSV(B) 266.92º 0.48% 0.88% -
XYZ 35.79 26.5 74.46 -
YUV 144.55 173.4 143.3 -
System Red Green Blue C M Y K H S L
Decimal 166 118 225 0.26 0.48 0 0.12 266.92 0.64 0.67
Hex A6 76 E1 1A 30 0 C 10B 40 43
Octal 246 166 341 32 60 0 14 413 100 103
Binary 10100110 1110110 11100001 11010 110000 0 1100 100001011 1000000 1000011

Color Harmonies of #A676E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A676E1

Black with #A676E1

Text Example


Text Example

White with #A676E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A676E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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