Html Css Color HEX #AC168A Medium Violet Red

📋 copy color: '#AC168A'

red 172 ◦ green 22 ◦ blue 138

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

Shades of Medium Violet Red #AC168A

Tints of Medium Violet Red #AC168A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.63%

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 51.81%
G = 6.63%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC168A (or 0xAC168A) is known color: Medium Violet Red. HEX triplet: AC, 16 and 8A. RGB value is (172,22,138). Sum of RGB (Red+Green+Blue) = 172+22+138=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC168A is #53E975. Grayscale: #4F4F4F. Windows color (decimal): -5499254 or 9049772. OLE color: 9049772.

HSL color Cylindrical-coordinate representation of color #AC168A: hue angle of 313.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC168A is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 22 138 -
CMYK 0 0.87 0.20 0.33
HSL 313.6º 0.77% 0.38% -
HSV(B) 313.6º 0.87% 0.67% -
XYZ 21.89 11.18 25.05 -
YUV 80.07 160.7 193.57 -
System Red Green Blue C M Y K H S L
Decimal 172 22 138 0 0.87 0.20 0.33 313.6 0.77 0.38
Hex AC 16 8A 0 57 14 21 13A 4D 26
Octal 254 26 212 0 127 24 41 472 115 46
Binary 10101100 10110 10001010 0 1010111 10100 100001 100111010 1001101 100110

Color Harmonies of #AC168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC168A

Black with #AC168A

Text Example


Text Example

White with #AC168A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC168A; }

 p { color: rgb(172,22,138); }

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

background-color css

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

 a { background-color: rgb(172,22,138); }

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

border-color css

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

 span { border-color: rgb(172,22,138); }

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