Html Css Color HEX #A2496A Rouge

📋 copy color: '#A2496A'

red 162 ◦ green 73 ◦ blue 106

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

Shades of Rouge #A2496A

Tints of Rouge #A2496A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.09%

R = 47.51%
G = 21.41%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A2496A (or 0xA2496A) is known color: Rouge. HEX triplet: A2, 49 and 6A. RGB value is (162,73,106). Sum of RGB (Red+Green+Blue) = 162+73+106=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A2496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2496A is #5DB695. Grayscale: #676767. Windows color (decimal): -6141590 or 6965666. OLE color: 6965666.

HSL color Cylindrical-coordinate representation of color #A2496A: hue angle of 337.75º 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 #A2496A is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 73 106 -
CMYK 0 0.55 0.35 0.36
HSL 337.75º 0.38% 0.46% -
HSV(B) 337.75º 0.55% 0.64% -
XYZ 19.88 13.49 15.19 -
YUV 103.37 129.49 169.82 -
System Red Green Blue C M Y K H S L
Decimal 162 73 106 0 0.55 0.35 0.36 337.75 0.38 0.46
Hex A2 49 6A 0 37 23 24 152 26 2E
Octal 242 111 152 0 67 43 44 522 46 56
Binary 10100010 1001001 1101010 0 110111 100011 100100 101010010 100110 101110

Color Harmonies of #A2496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2496A

Black with #A2496A

Text Example


Text Example

White with #A2496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2496A; }

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

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

background-color css

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

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

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

border-color css

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

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

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