Html Css Color HEX #A43162 Rouge

📋 copy color: '#A43162'

red 164 ◦ green 49 ◦ blue 98

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

Shades of Rouge #A43162

Tints of Rouge #A43162

RGB

 RED value IS 164 (64.45% from 255) = 52.73%

 GREEN value IS 49 (19.53% from 255) = 15.76%

 BLUE value IS 98 (38.67% from 255) = 31.51%

R = 52.73%
G = 15.76%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A43162 (or 0xA43162) is known color: Rouge. HEX triplet: A4, 31 and 62. RGB value is (164,49,98). Sum of RGB (Red+Green+Blue) = 164+49+98=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A43162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43162 is #5BCE9D. Grayscale: #585858. Windows color (decimal): -6016670 or 6435236. OLE color: 6435236.

HSL color Cylindrical-coordinate representation of color #A43162: hue angle of 334.43º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43162 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 49 98 -
CMYK 0 0.70 0.40 0.36
HSL 334.43º 0.54% 0.42% -
HSV(B) 334.43º 0.7% 0.64% -
XYZ 18.61 10.97 12.69 -
YUV 88.97 133.1 181.52 -
System Red Green Blue C M Y K H S L
Decimal 164 49 98 0 0.70 0.40 0.36 334.43 0.54 0.42
Hex A4 31 62 0 46 28 24 14E 36 2A
Octal 244 61 142 0 106 50 44 516 66 52
Binary 10100100 110001 1100010 0 1000110 101000 100100 101001110 110110 101010

Color Harmonies of #A43162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43162

Black with #A43162

Text Example


Text Example

White with #A43162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43162; }

 p { color: rgb(164,49,98); }

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

background-color css

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

 a { background-color: rgb(164,49,98); }

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

border-color css

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

 span { border-color: rgb(164,49,98); }

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