Html Css Color HEX #AC1B7F Medium Violet Red

📋 copy color: '#AC1B7F'

red 172 ◦ green 27 ◦ blue 127

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

Shades of Medium Violet Red #AC1B7F

Tints of Medium Violet Red #AC1B7F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.28%

 BLUE value IS 127 (50% from 255) = 38.96%

R = 52.76%
G = 8.28%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC1B7F (or 0xAC1B7F) is known color: Medium Violet Red. HEX triplet: AC, 1B and 7F. RGB value is (172,27,127). Sum of RGB (Red+Green+Blue) = 172+27+127=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1B7F is #53E480. Grayscale: #515151. Windows color (decimal): -5497985 or 8330156. OLE color: 8330156.

HSL color Cylindrical-coordinate representation of color #AC1B7F: hue angle of 318.62º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1B7F is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 27 127 -
CMYK 0 0.84 0.26 0.33
HSL 318.62º 0.73% 0.39% -
HSV(B) 318.62º 0.84% 0.67% -
XYZ 21.24 11.09 21.1 -
YUV 81.76 153.54 192.37 -
System Red Green Blue C M Y K H S L
Decimal 172 27 127 0 0.84 0.26 0.33 318.62 0.73 0.39
Hex AC 1B 7F 0 54 1A 21 13F 49 27
Octal 254 33 177 0 124 32 41 477 111 47
Binary 10101100 11011 1111111 0 1010100 11010 100001 100111111 1001001 100111

Color Harmonies of #AC1B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B7F

Black with #AC1B7F

Text Example


Text Example

White with #AC1B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B7F; }

 p { color: rgb(172,27,127); }

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

background-color css

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

 a { background-color: rgb(172,27,127); }

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

border-color css

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

 span { border-color: rgb(172,27,127); }

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