Html Css Color HEX #A676DB Medium Purple

📋 copy color: '#A676DB'

red 166 ◦ green 118 ◦ blue 219

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

Shades of Medium Purple #A676DB

Tints of Medium Purple #A676DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.54%

R = 33%
G = 23.46%
B = 43.54%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A676DB (or 0xA676DB) is known color: Medium Purple. HEX triplet: A6, 76 and DB. RGB value is (166,118,219). Sum of RGB (Red+Green+Blue) = 166+118+219=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #A676DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676DB is #598924. Grayscale: #8F8F8F. Windows color (decimal): -5867813 or 14382758. OLE color: 14382758.

HSL color Cylindrical-coordinate representation of color #A676DB: hue angle of 268.51º degrees, saturation: 0.58, 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 #A676DB is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 118 219 -
CMYK 0.24 0.46 0 0.14
HSL 268.51º 0.58% 0.66% -
HSV(B) 268.51º 0.46% 0.86% -
XYZ 34.99 26.18 70.23 -
YUV 143.87 170.4 143.79 -
System Red Green Blue C M Y K H S L
Decimal 166 118 219 0.24 0.46 0 0.14 268.51 0.58 0.66
Hex A6 76 DB 18 2E 0 E 10D 3A 42
Octal 246 166 333 30 56 0 16 415 72 102
Binary 10100110 1110110 11011011 11000 101110 0 1110 100001101 111010 1000010

Color Harmonies of #A676DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A676DB

Black with #A676DB

Text Example


Text Example

White with #A676DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A676DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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