Html Css Color HEX #A676EB Medium Purple

📋 copy color: '#A676EB'

red 166 ◦ green 118 ◦ blue 235

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

Shades of Medium Purple #A676EB

Tints of Medium Purple #A676EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 31.98%
G = 22.74%
B = 45.28%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A676EB (or 0xA676EB) is known color: Medium Purple. HEX triplet: A6, 76 and EB. RGB value is (166,118,235). Sum of RGB (Red+Green+Blue) = 166+118+235=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #A676EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A676EB is #598914. Grayscale: #919191. Windows color (decimal): -5867797 or 15431334. OLE color: 15431334.

HSL color Cylindrical-coordinate representation of color #A676EB: hue angle of 264.62º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A676EB is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 118 235 -
CMYK 0.29 0.50 0 0.08
HSL 264.62º 0.75% 0.69% -
HSV(B) 264.62º 0.5% 0.92% -
XYZ 37.2 27.06 81.86 -
YUV 145.69 178.4 142.49 -
System Red Green Blue C M Y K H S L
Decimal 166 118 235 0.29 0.50 0 0.08 264.62 0.75 0.69
Hex A6 76 EB 1D 32 0 8 109 4B 45
Octal 246 166 353 35 62 0 10 411 113 105
Binary 10100110 1110110 11101011 11101 110010 0 1000 100001001 1001011 1000101

Color Harmonies of #A676EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A676EB

Black with #A676EB

Text Example


Text Example

White with #A676EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A676EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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