Html Css Color HEX #AC2695 Medium Red Violet

📋 copy color: '#AC2695'

red 172 ◦ green 38 ◦ blue 149

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

Shades of Medium Red Violet #AC2695

Tints of Medium Red Violet #AC2695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.5%

R = 47.91%
G = 10.58%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC2695 (or 0xAC2695) is known color: Medium Red Violet. HEX triplet: AC, 26 and 95. RGB value is (172,38,149). Sum of RGB (Red+Green+Blue) = 172+38+149=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2695 is #53D96A. Grayscale: #5A5A5A. Windows color (decimal): -5495147 or 9774764. OLE color: 9774764.

HSL color Cylindrical-coordinate representation of color #AC2695: hue angle of 310.3º 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 #AC2695 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 38 149 -
CMYK 0 0.78 0.13 0.33
HSL 310.3º 0.64% 0.41% -
HSV(B) 310.3º 0.78% 0.67% -
XYZ 23.13 12.33 29.59 -
YUV 90.72 160.89 185.97 -
System Red Green Blue C M Y K H S L
Decimal 172 38 149 0 0.78 0.13 0.33 310.3 0.64 0.41
Hex AC 26 95 0 4E D 21 136 40 29
Octal 254 46 225 0 116 15 41 466 100 51
Binary 10101100 100110 10010101 0 1001110 1101 100001 100110110 1000000 101001

Color Harmonies of #AC2695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2695

Black with #AC2695

Text Example


Text Example

White with #AC2695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2695; }

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

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

background-color css

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

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

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

border-color css

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

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

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