Html Css Color HEX #A676DD Medium Purple

📋 copy color: '#A676DD'

red 166 ◦ green 118 ◦ blue 221

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

Shades of Medium Purple #A676DD

Tints of Medium Purple #A676DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 32.87%
G = 23.37%
B = 43.76%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A676DD (or 0xA676DD) is known color: Medium Purple. HEX triplet: A6, 76 and DD. RGB value is (166,118,221). Sum of RGB (Red+Green+Blue) = 166+118+221=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #A676DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676DD is #598922. Grayscale: #8F8F8F. Windows color (decimal): -5867811 or 14513830. OLE color: 14513830.

HSL color Cylindrical-coordinate representation of color #A676DD: hue angle of 267.96º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A676DD is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 118 221 -
CMYK 0.25 0.47 0 0.13
HSL 267.96º 0.6% 0.66% -
HSV(B) 267.96º 0.47% 0.87% -
XYZ 35.26 26.28 71.62 -
YUV 144.09 171.4 143.62 -
System Red Green Blue C M Y K H S L
Decimal 166 118 221 0.25 0.47 0 0.13 267.96 0.6 0.66
Hex A6 76 DD 19 2F 0 D 10C 3C 42
Octal 246 166 335 31 57 0 15 414 74 102
Binary 10100110 1110110 11011101 11001 101111 0 1101 100001100 111100 1000010

Color Harmonies of #A676DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A676DD

Black with #A676DD

Text Example


Text Example

White with #A676DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A676DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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