Html Css Color HEX #A83171 Rouge

📋 copy color: '#A83171'

red 168 ◦ green 49 ◦ blue 113

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

Shades of Rouge #A83171

Tints of Rouge #A83171

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.85%

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

R = 50.91%
G = 14.85%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A83171 (or 0xA83171) is known color: Rouge. HEX triplet: A8, 31 and 71. RGB value is (168,49,113). Sum of RGB (Red+Green+Blue) = 168+49+113=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A83171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83171 is #57CE8E. Grayscale: #5B5B5B. Windows color (decimal): -5754511 or 7418280. OLE color: 7418280.

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

Color convert

RGB 168 49 113 -
CMYK 0 0.71 0.33 0.34
HSL 327.73º 0.55% 0.43% -
HSV(B) 327.73º 0.71% 0.66% -
XYZ 20.23 11.71 16.82 -
YUV 91.88 139.92 182.3 -
System Red Green Blue C M Y K H S L
Decimal 168 49 113 0 0.71 0.33 0.34 327.73 0.55 0.43
Hex A8 31 71 0 47 21 22 148 37 2B
Octal 250 61 161 0 107 41 42 510 67 53
Binary 10101000 110001 1110001 0 1000111 100001 100010 101001000 110111 101011

Color Harmonies of #A83171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83171

Black with #A83171

Text Example


Text Example

White with #A83171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83171; }

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

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

background-color css

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

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

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

border-color css

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

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

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