Html Css Color HEX #A43871 Rouge

📋 copy color: '#A43871'

red 164 ◦ green 56 ◦ blue 113

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

Shades of Rouge #A43871

Tints of Rouge #A43871

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.82%

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

R = 49.25%
G = 16.82%
B = 33.93%

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

#A43871 (or 0xA43871) is known color: Rouge. HEX triplet: A4, 38 and 71. RGB value is (164,56,113). Sum of RGB (Red+Green+Blue) = 164+56+113=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A43871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43871 is #5BC78E. Grayscale: #5E5E5E. Windows color (decimal): -6014863 or 7420068. OLE color: 7420068.

HSL color Cylindrical-coordinate representation of color #A43871: hue angle of 328.33º degrees, saturation: 0.49, 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 #A43871 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 56 113 -
CMYK 0 0.66 0.31 0.36
HSL 328.33º 0.49% 0.43% -
HSV(B) 328.33º 0.66% 0.64% -
XYZ 19.7 11.91 16.88 -
YUV 94.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 164 56 113 0 0.66 0.31 0.36 328.33 0.49 0.43
Hex A4 38 71 0 42 1F 24 148 31 2B
Octal 244 70 161 0 102 37 44 510 61 53
Binary 10100100 111000 1110001 0 1000010 11111 100100 101001000 110001 101011

Color Harmonies of #A43871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43871

Black with #A43871

Text Example


Text Example

White with #A43871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43871; }

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

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

background-color css

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

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

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

border-color css

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

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

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