Html Css Color HEX #A43C74 Rouge

📋 copy color: '#A43C74'

red 164 ◦ green 60 ◦ blue 116

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

Shades of Rouge #A43C74

Tints of Rouge #A43C74

RGB

 RED value IS 164 (64.45% from 255) = 48.24%

 GREEN value IS 60 (23.83% from 255) = 17.65%

 BLUE value IS 116 (45.7% from 255) = 34.12%

R = 48.24%
G = 17.65%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A43C74 (or 0xA43C74) is known color: Rouge. HEX triplet: A4, 3C and 74. RGB value is (164,60,116). Sum of RGB (Red+Green+Blue) = 164+60+116=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43C74 is #5BC38B. Grayscale: #616161. Windows color (decimal): -6013836 or 7617700. OLE color: 7617700.

HSL color Cylindrical-coordinate representation of color #A43C74: hue angle of 327.69º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A43C74 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 60 116 -
CMYK 0 0.63 0.29 0.36
HSL 327.69º 0.46% 0.44% -
HSV(B) 327.69º 0.63% 0.64% -
XYZ 20.08 12.39 17.86 -
YUV 97.48 138.46 175.45 -
System Red Green Blue C M Y K H S L
Decimal 164 60 116 0 0.63 0.29 0.36 327.69 0.46 0.44
Hex A4 3C 74 0 3F 1D 24 148 2E 2C
Octal 244 74 164 0 77 35 44 510 56 54
Binary 10100100 111100 1110100 0 111111 11101 100100 101001000 101110 101100

Color Harmonies of #A43C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43C74

Black with #A43C74

Text Example


Text Example

White with #A43C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43C74; }

 p { color: rgb(164,60,116); }

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

background-color css

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

 a { background-color: rgb(164,60,116); }

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

border-color css

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

 span { border-color: rgb(164,60,116); }

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