Html Css Color HEX #A672DC Medium Purple

📋 copy color: '#A672DC'

red 166 ◦ green 114 ◦ blue 220

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

Shades of Medium Purple #A672DC

Tints of Medium Purple #A672DC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.8%

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

R = 33.2%
G = 22.8%
B = 44%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A672DC (or 0xA672DC) is known color: Medium Purple. HEX triplet: A6, 72 and DC. RGB value is (166,114,220). Sum of RGB (Red+Green+Blue) = 166+114+220=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #A672DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672DC is #598D23. Grayscale: #8D8D8D. Windows color (decimal): -5868836 or 14447270. OLE color: 14447270.

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

Color convert

RGB 166 114 220 -
CMYK 0.25 0.48 0 0.14
HSL 269.43º 0.6% 0.65% -
HSV(B) 269.43º 0.48% 0.86% -
XYZ 34.66 25.31 70.77 -
YUV 141.63 172.23 145.38 -
System Red Green Blue C M Y K H S L
Decimal 166 114 220 0.25 0.48 0 0.14 269.43 0.6 0.65
Hex A6 72 DC 19 30 0 E 10D 3C 41
Octal 246 162 334 31 60 0 16 415 74 101
Binary 10100110 1110010 11011100 11001 110000 0 1110 100001101 111100 1000001

Color Harmonies of #A672DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A672DC

Black with #A672DC

Text Example


Text Example

White with #A672DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A672DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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