Html Css Color HEX #A672DD Medium Purple

📋 copy color: '#A672DD'

red 166 ◦ green 114 ◦ blue 221

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

Shades of Medium Purple #A672DD

Tints of Medium Purple #A672DD

RGB

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

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

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

R = 33.13%
G = 22.75%
B = 44.11%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A672DD (or 0xA672DD) is known color: Medium Purple. HEX triplet: A6, 72 and DD. RGB value is (166,114,221). Sum of RGB (Red+Green+Blue) = 166+114+221=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #A672DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672DD is #598D22. Grayscale: #8D8D8D. Windows color (decimal): -5868835 or 14512806. OLE color: 14512806.

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

Color convert

RGB 166 114 221 -
CMYK 0.25 0.48 0 0.13
HSL 269.16º 0.61% 0.66% -
HSV(B) 269.16º 0.48% 0.87% -
XYZ 34.79 25.36 71.47 -
YUV 141.75 172.73 145.3 -
System Red Green Blue C M Y K H S L
Decimal 166 114 221 0.25 0.48 0 0.13 269.16 0.61 0.66
Hex A6 72 DD 19 30 0 D 10D 3D 42
Octal 246 162 335 31 60 0 15 415 75 102
Binary 10100110 1110010 11011101 11001 110000 0 1101 100001101 111101 1000010

Color Harmonies of #A672DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A672DD

Black with #A672DD

Text Example


Text Example

White with #A672DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A672DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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