Html Css Color HEX #A24871 Rouge

📋 copy color: '#A24871'

red 162 ◦ green 72 ◦ blue 113

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

Shades of Rouge #A24871

Tints of Rouge #A24871

RGB

 RED value IS 162 (63.67% from 255) = 46.69%

 GREEN value IS 72 (28.52% from 255) = 20.75%

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

R = 46.69%
G = 20.75%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A24871 (or 0xA24871) is known color: Rouge. HEX triplet: A2, 48 and 71. RGB value is (162,72,113). Sum of RGB (Red+Green+Blue) = 162+72+113=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A24871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24871 is #5DB78E. Grayscale: #676767. Windows color (decimal): -6141839 or 7424162. OLE color: 7424162.

HSL color Cylindrical-coordinate representation of color #A24871: hue angle of 332.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A24871 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 72 113 -
CMYK 0 0.56 0.30 0.36
HSL 332.67º 0.38% 0.46% -
HSV(B) 332.67º 0.56% 0.64% -
XYZ 20.2 13.51 17.17 -
YUV 103.58 133.32 169.67 -
System Red Green Blue C M Y K H S L
Decimal 162 72 113 0 0.56 0.30 0.36 332.67 0.38 0.46
Hex A2 48 71 0 38 1E 24 14D 26 2E
Octal 242 110 161 0 70 36 44 515 46 56
Binary 10100010 1001000 1110001 0 111000 11110 100100 101001101 100110 101110

Color Harmonies of #A24871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24871

Black with #A24871

Text Example


Text Example

White with #A24871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24871; }

 p { color: rgb(162,72,113); }

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

background-color css

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

 a { background-color: rgb(162,72,113); }

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

border-color css

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

 span { border-color: rgb(162,72,113); }

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