Html Css Color HEX #A43771 Rouge

📋 copy color: '#A43771'

red 164 ◦ green 55 ◦ blue 113

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

Shades of Rouge #A43771

Tints of Rouge #A43771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.57%

 BLUE value IS 113 (44.53% from 255) = 34.04%

R = 49.4%
G = 16.57%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A43771 (or 0xA43771) is known color: Rouge. HEX triplet: A4, 37 and 71. RGB value is (164,55,113). Sum of RGB (Red+Green+Blue) = 164+55+113=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A43771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43771 is #5BC88E. Grayscale: #5E5E5E. Windows color (decimal): -6015119 or 7419812. OLE color: 7419812.

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

Color convert

RGB 164 55 113 -
CMYK 0 0.66 0.31 0.36
HSL 328.07º 0.5% 0.43% -
HSV(B) 328.07º 0.66% 0.64% -
XYZ 19.66 11.82 16.87 -
YUV 94.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 164 55 113 0 0.66 0.31 0.36 328.07 0.5 0.43
Hex A4 37 71 0 42 1F 24 148 32 2B
Octal 244 67 161 0 102 37 44 510 62 53
Binary 10100100 110111 1110001 0 1000010 11111 100100 101001000 110010 101011

Color Harmonies of #A43771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43771

Black with #A43771

Text Example


Text Example

White with #A43771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43771; }

 p { color: rgb(164,55,113); }

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

background-color css

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

 a { background-color: rgb(164,55,113); }

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

border-color css

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

 span { border-color: rgb(164,55,113); }

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