Html Css Color HEX #A84171 Rouge

📋 copy color: '#A84171'

red 168 ◦ green 65 ◦ blue 113

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

Shades of Rouge #A84171

Tints of Rouge #A84171

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.79%

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

R = 48.55%
G = 18.79%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A84171 (or 0xA84171) is known color: Rouge. HEX triplet: A8, 41 and 71. RGB value is (168,65,113). Sum of RGB (Red+Green+Blue) = 168+65+113=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A84171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84171 is #57BE8E. Grayscale: #656565. Windows color (decimal): -5750415 or 7422376. OLE color: 7422376.

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

Color convert

RGB 168 65 113 -
CMYK 0 0.61 0.33 0.34
HSL 332.04º 0.44% 0.46% -
HSV(B) 332.04º 0.61% 0.66% -
XYZ 21.02 13.3 17.08 -
YUV 101.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 168 65 113 0 0.61 0.33 0.34 332.04 0.44 0.46
Hex A8 41 71 0 3D 21 22 14C 2C 2E
Octal 250 101 161 0 75 41 42 514 54 56
Binary 10101000 1000001 1110001 0 111101 100001 100010 101001100 101100 101110

Color Harmonies of #A84171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84171

Black with #A84171

Text Example


Text Example

White with #A84171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84171; }

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

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

background-color css

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

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

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

border-color css

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

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

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