Html Css Color HEX #A2496D Rouge

📋 copy color: '#A2496D'

red 162 ◦ green 73 ◦ blue 109

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

Shades of Rouge #A2496D

Tints of Rouge #A2496D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.22%

 BLUE value IS 109 (42.97% from 255) = 31.69%

R = 47.09%
G = 21.22%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A2496D (or 0xA2496D) is known color: Rouge. HEX triplet: A2, 49 and 6D. RGB value is (162,73,109). Sum of RGB (Red+Green+Blue) = 162+73+109=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A2496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2496D is #5DB692. Grayscale: #676767. Windows color (decimal): -6141587 or 7162274. OLE color: 7162274.

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

Color convert

RGB 162 73 109 -
CMYK 0 0.55 0.33 0.36
HSL 335.73º 0.38% 0.46% -
HSV(B) 335.73º 0.55% 0.64% -
XYZ 20.04 13.55 16.03 -
YUV 103.72 130.99 169.57 -
System Red Green Blue C M Y K H S L
Decimal 162 73 109 0 0.55 0.33 0.36 335.73 0.38 0.46
Hex A2 49 6D 0 37 21 24 150 26 2E
Octal 242 111 155 0 67 41 44 520 46 56
Binary 10100010 1001001 1101101 0 110111 100001 100100 101010000 100110 101110

Color Harmonies of #A2496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2496D

Black with #A2496D

Text Example


Text Example

White with #A2496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2496D; }

 p { color: rgb(162,73,109); }

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

background-color css

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

 a { background-color: rgb(162,73,109); }

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

border-color css

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

 span { border-color: rgb(162,73,109); }

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