Html Css Color HEX #A24A71 Rouge

📋 copy color: '#A24A71'

red 162 ◦ green 74 ◦ blue 113

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

Shades of Rouge #A24A71

Tints of Rouge #A24A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.2%

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

R = 46.42%
G = 21.2%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A24A71 (or 0xA24A71) is known color: Rouge. HEX triplet: A2, 4A and 71. RGB value is (162,74,113). Sum of RGB (Red+Green+Blue) = 162+74+113=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24A71 is #5DB58E. Grayscale: #686868. Windows color (decimal): -6141327 or 7424674. OLE color: 7424674.

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

Color convert

RGB 162 74 113 -
CMYK 0 0.54 0.30 0.36
HSL 333.41º 0.37% 0.46% -
HSV(B) 333.41º 0.54% 0.64% -
XYZ 20.33 13.77 17.21 -
YUV 104.76 132.65 168.83 -
System Red Green Blue C M Y K H S L
Decimal 162 74 113 0 0.54 0.30 0.36 333.41 0.37 0.46
Hex A2 4A 71 0 36 1E 24 14D 25 2E
Octal 242 112 161 0 66 36 44 515 45 56
Binary 10100010 1001010 1110001 0 110110 11110 100100 101001101 100101 101110

Color Harmonies of #A24A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A71

Black with #A24A71

Text Example


Text Example

White with #A24A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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