Html Css Color HEX #AC26A1 Medium Red Violet

📋 copy color: '#AC26A1'

red 172 ◦ green 38 ◦ blue 161

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

Shades of Medium Red Violet #AC26A1

Tints of Medium Red Violet #AC26A1

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.24%

 BLUE value IS 161 (63.28% from 255) = 43.4%

R = 46.36%
G = 10.24%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC26A1 (or 0xAC26A1) is known color: Medium Red Violet. HEX triplet: AC, 26 and A1. RGB value is (172,38,161). Sum of RGB (Red+Green+Blue) = 172+38+161=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC26A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC26A1 is #53D95E. Grayscale: #5B5B5B. Windows color (decimal): -5495135 or 10561196. OLE color: 10561196.

HSL color Cylindrical-coordinate representation of color #AC26A1: hue angle of 304.93º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC26A1 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 38 161 -
CMYK 0 0.78 0.06 0.33
HSL 304.93º 0.64% 0.41% -
HSV(B) 304.93º 0.78% 0.67% -
XYZ 24.14 12.73 34.9 -
YUV 92.09 166.89 185 -
System Red Green Blue C M Y K H S L
Decimal 172 38 161 0 0.78 0.06 0.33 304.93 0.64 0.41
Hex AC 26 A1 0 4E 6 21 131 40 29
Octal 254 46 241 0 116 6 41 461 100 51
Binary 10101100 100110 10100001 0 1001110 110 100001 100110001 1000000 101001

Color Harmonies of #AC26A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC26A1

Black with #AC26A1

Text Example


Text Example

White with #AC26A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC26A1; }

 p { color: rgb(172,38,161); }

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

background-color css

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

 a { background-color: rgb(172,38,161); }

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

border-color css

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

 span { border-color: rgb(172,38,161); }

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