Html Css Color HEX #A43972 Rouge

📋 copy color: '#A43972'

red 164 ◦ green 57 ◦ blue 114

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

Shades of Rouge #A43972

Tints of Rouge #A43972

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.01%

 BLUE value IS 114 (44.92% from 255) = 34.03%

R = 48.96%
G = 17.01%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A43972 (or 0xA43972) is known color: Rouge. HEX triplet: A4, 39 and 72. RGB value is (164,57,114). Sum of RGB (Red+Green+Blue) = 164+57+114=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A43972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43972 is #5BC68D. Grayscale: #5F5F5F. Windows color (decimal): -6014606 or 7485860. OLE color: 7485860.

HSL color Cylindrical-coordinate representation of color #A43972: hue angle of 328.04º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43972 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 57 114 -
CMYK 0 0.65 0.30 0.36
HSL 328.04º 0.48% 0.43% -
HSV(B) 328.04º 0.65% 0.64% -
XYZ 19.81 12.03 17.2 -
YUV 95.49 138.45 176.87 -
System Red Green Blue C M Y K H S L
Decimal 164 57 114 0 0.65 0.30 0.36 328.04 0.48 0.43
Hex A4 39 72 0 41 1E 24 148 30 2B
Octal 244 71 162 0 101 36 44 510 60 53
Binary 10100100 111001 1110010 0 1000001 11110 100100 101001000 110000 101011

Color Harmonies of #A43972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43972

Black with #A43972

Text Example


Text Example

White with #A43972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43972; }

 p { color: rgb(164,57,114); }

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

background-color css

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

 a { background-color: rgb(164,57,114); }

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

border-color css

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

 span { border-color: rgb(164,57,114); }

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