Html Css Color HEX #A1346C Rouge

📋 copy color: '#A1346C'

red 161 ◦ green 52 ◦ blue 108

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

Shades of Rouge #A1346C

Tints of Rouge #A1346C

RGB

 RED value IS 161 (63.28% from 255) = 50.16%

 GREEN value IS 52 (20.7% from 255) = 16.2%

 BLUE value IS 108 (42.58% from 255) = 33.64%

R = 50.16%
G = 16.2%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A1346C (or 0xA1346C) is known color: Rouge. HEX triplet: A1, 34 and 6C. RGB value is (161,52,108). Sum of RGB (Red+Green+Blue) = 161+52+108=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1346C is #5ECB93. Grayscale: #5A5A5A. Windows color (decimal): -6212500 or 7091361. OLE color: 7091361.

HSL color Cylindrical-coordinate representation of color #A1346C: hue angle of 329.17º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1346C is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 52 108 -
CMYK 0 0.68 0.33 0.37
HSL 329.17º 0.51% 0.42% -
HSV(B) 329.17º 0.68% 0.63% -
XYZ 18.63 11.12 15.35 -
YUV 90.98 137.61 177.95 -
System Red Green Blue C M Y K H S L
Decimal 161 52 108 0 0.68 0.33 0.37 329.17 0.51 0.42
Hex A1 34 6C 0 44 21 25 149 33 2A
Octal 241 64 154 0 104 41 45 511 63 52
Binary 10100001 110100 1101100 0 1000100 100001 100101 101001001 110011 101010

Color Harmonies of #A1346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1346C

Black with #A1346C

Text Example


Text Example

White with #A1346C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1346C; }

 p { color: rgb(161,52,108); }

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

background-color css

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

 a { background-color: rgb(161,52,108); }

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

border-color css

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

 span { border-color: rgb(161,52,108); }

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