Html Css Color HEX #AC7ADD Medium Purple

📋 copy color: '#AC7ADD'

red 172 ◦ green 122 ◦ blue 221

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

Shades of Medium Purple #AC7ADD

Tints of Medium Purple #AC7ADD

RGB

 RED value IS 172 (67.58% from 255) = 33.4%

 GREEN value IS 122 (48.05% from 255) = 23.69%

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

R = 33.4%
G = 23.69%
B = 42.91%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC7ADD (or 0xAC7ADD) is known color: Medium Purple. HEX triplet: AC, 7A and DD. RGB value is (172,122,221). Sum of RGB (Red+Green+Blue) = 172+122+221=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC7ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7ADD is #538522. Grayscale: #939393. Windows color (decimal): -5473571 or 14514860. OLE color: 14514860.

HSL color Cylindrical-coordinate representation of color #AC7ADD: hue angle of 270.3º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC7ADD is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 122 221 -
CMYK 0.22 0.45 0 0.13
HSL 270.3º 0.59% 0.67% -
HSV(B) 270.3º 0.45% 0.87% -
XYZ 37.02 27.91 71.84 -
YUV 148.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 172 122 221 0.22 0.45 0 0.13 270.3 0.59 0.67
Hex AC 7A DD 16 2D 0 D 10E 3B 43
Octal 254 172 335 26 55 0 15 416 73 103
Binary 10101100 1111010 11011101 10110 101101 0 1101 100001110 111011 1000011

Color Harmonies of #AC7ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7ADD

Black with #AC7ADD

Text Example


Text Example

White with #AC7ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7ADD; }

 p { color: rgb(172,122,221); }

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

background-color css

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

 a { background-color: rgb(172,122,221); }

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

border-color css

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

 span { border-color: rgb(172,122,221); }

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