Html Css Color HEX #AC2692 Medium Red Violet

📋 copy color: '#AC2692'

red 172 ◦ green 38 ◦ blue 146

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

Shades of Medium Red Violet #AC2692

Tints of Medium Red Violet #AC2692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.01%

R = 48.31%
G = 10.67%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC2692 (or 0xAC2692) is known color: Medium Red Violet. HEX triplet: AC, 26 and 92. RGB value is (172,38,146). Sum of RGB (Red+Green+Blue) = 172+38+146=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2692 is #53D96D. Grayscale: #5A5A5A. Windows color (decimal): -5495150 or 9578156. OLE color: 9578156.

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

Color convert

RGB 172 38 146 -
CMYK 0 0.78 0.15 0.33
HSL 311.64º 0.64% 0.41% -
HSV(B) 311.64º 0.78% 0.67% -
XYZ 22.89 12.23 28.35 -
YUV 90.38 159.39 186.22 -
System Red Green Blue C M Y K H S L
Decimal 172 38 146 0 0.78 0.15 0.33 311.64 0.64 0.41
Hex AC 26 92 0 4E F 21 138 40 29
Octal 254 46 222 0 116 17 41 470 100 51
Binary 10101100 100110 10010010 0 1001110 1111 100001 100111000 1000000 101001

Color Harmonies of #AC2692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2692

Black with #AC2692

Text Example


Text Example

White with #AC2692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2692; }

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

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

background-color css

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

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

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

border-color css

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

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

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