Html Css Color HEX #AC7BDD Medium Purple

📋 copy color: '#AC7BDD'

red 172 ◦ green 123 ◦ blue 221

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

Shades of Medium Purple #AC7BDD

Tints of Medium Purple #AC7BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.84%

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

R = 33.33%
G = 23.84%
B = 42.83%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC7BDD (or 0xAC7BDD) is known color: Medium Purple. HEX triplet: AC, 7B and DD. RGB value is (172,123,221). Sum of RGB (Red+Green+Blue) = 172+123+221=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC7BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7BDD is #538422. Grayscale: #949494. Windows color (decimal): -5473315 or 14515116. OLE color: 14515116.

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

Color convert

RGB 172 123 221 -
CMYK 0.22 0.44 0 0.13
HSL 270º 0.59% 0.67% -
HSV(B) 270º 0.44% 0.87% -
XYZ 37.15 28.16 71.88 -
YUV 148.82 168.73 144.53 -
System Red Green Blue C M Y K H S L
Decimal 172 123 221 0.22 0.44 0 0.13 270 0.59 0.67
Hex AC 7B DD 16 2C 0 D 10E 3B 43
Octal 254 173 335 26 54 0 15 416 73 103
Binary 10101100 1111011 11011101 10110 101100 0 1101 100001110 111011 1000011

Color Harmonies of #AC7BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7BDD

Black with #AC7BDD

Text Example


Text Example

White with #AC7BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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