Html Css Color HEX #AC3A73 Rouge

📋 copy color: '#AC3A73'

red 172 ◦ green 58 ◦ blue 115

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

Shades of Rouge #AC3A73

Tints of Rouge #AC3A73

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.81%

 BLUE value IS 115 (45.31% from 255) = 33.33%

R = 49.86%
G = 16.81%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC3A73 (or 0xAC3A73) is known color: Rouge. HEX triplet: AC, 3A and 73. RGB value is (172,58,115). Sum of RGB (Red+Green+Blue) = 172+58+115=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3A73 is #53C58C. Grayscale: #626262. Windows color (decimal): -5490061 or 7551660. OLE color: 7551660.

HSL color Cylindrical-coordinate representation of color #AC3A73: hue angle of 330º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC3A73 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 58 115 -
CMYK 0 0.66 0.33 0.33
HSL 330º 0.5% 0.45% -
HSV(B) 330º 0.66% 0.67% -
XYZ 21.62 13.03 17.6 -
YUV 98.58 137.27 180.37 -
System Red Green Blue C M Y K H S L
Decimal 172 58 115 0 0.66 0.33 0.33 330 0.5 0.45
Hex AC 3A 73 0 42 21 21 14A 32 2D
Octal 254 72 163 0 102 41 41 512 62 55
Binary 10101100 111010 1110011 0 1000010 100001 100001 101001010 110010 101101

Color Harmonies of #AC3A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A73

Black with #AC3A73

Text Example


Text Example

White with #AC3A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A73; }

 p { color: rgb(172,58,115); }

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

background-color css

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

 a { background-color: rgb(172,58,115); }

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

border-color css

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

 span { border-color: rgb(172,58,115); }

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