Html Css Color HEX #A676DC Medium Purple

📋 copy color: '#A676DC'

red 166 ◦ green 118 ◦ blue 220

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

Shades of Medium Purple #A676DC

Tints of Medium Purple #A676DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 32.94%
G = 23.41%
B = 43.65%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A676DC (or 0xA676DC) is known color: Medium Purple. HEX triplet: A6, 76 and DC. RGB value is (166,118,220). Sum of RGB (Red+Green+Blue) = 166+118+220=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #A676DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676DC is #598923. Grayscale: #8F8F8F. Windows color (decimal): -5867812 or 14448294. OLE color: 14448294.

HSL color Cylindrical-coordinate representation of color #A676DC: hue angle of 268.24º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A676DC is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 118 220 -
CMYK 0.25 0.46 0 0.14
HSL 268.24º 0.59% 0.66% -
HSV(B) 268.24º 0.46% 0.86% -
XYZ 35.12 26.23 70.92 -
YUV 143.98 170.9 143.71 -
System Red Green Blue C M Y K H S L
Decimal 166 118 220 0.25 0.46 0 0.14 268.24 0.59 0.66
Hex A6 76 DC 19 2E 0 E 10C 3B 42
Octal 246 166 334 31 56 0 16 414 73 102
Binary 10100110 1110110 11011100 11001 101110 0 1110 100001100 111011 1000010

Color Harmonies of #A676DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A676DC

Black with #A676DC

Text Example


Text Example

White with #A676DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A676DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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