Html Css Color HEX #A83971 Rouge

📋 copy color: '#A83971'

red 168 ◦ green 57 ◦ blue 113

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

Shades of Rouge #A83971

Tints of Rouge #A83971

RGB

 RED value IS 168 (66.02% from 255) = 49.7%

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

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

R = 49.7%
G = 16.86%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A83971 (or 0xA83971) is known color: Rouge. HEX triplet: A8, 39 and 71. RGB value is (168,57,113). Sum of RGB (Red+Green+Blue) = 168+57+113=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A83971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83971 is #57C68E. Grayscale: #606060. Windows color (decimal): -5752463 or 7420328. OLE color: 7420328.

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

Color convert

RGB 168 57 113 -
CMYK 0 0.66 0.33 0.34
HSL 329.73º 0.49% 0.44% -
HSV(B) 329.73º 0.66% 0.66% -
XYZ 20.59 12.44 16.94 -
YUV 96.57 137.27 178.95 -
System Red Green Blue C M Y K H S L
Decimal 168 57 113 0 0.66 0.33 0.34 329.73 0.49 0.44
Hex A8 39 71 0 42 21 22 14A 31 2C
Octal 250 71 161 0 102 41 42 512 61 54
Binary 10101000 111001 1110001 0 1000010 100001 100010 101001010 110001 101100

Color Harmonies of #A83971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83971

Black with #A83971

Text Example


Text Example

White with #A83971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83971; }

 p { color: rgb(168,57,113); }

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

background-color css

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

 a { background-color: rgb(168,57,113); }

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

border-color css

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

 span { border-color: rgb(168,57,113); }

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