Html Css Color HEX #A1336D Rouge

📋 copy color: '#A1336D'

red 161 ◦ green 51 ◦ blue 109

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

Shades of Rouge #A1336D

Tints of Rouge #A1336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.89%

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

R = 50.16%
G = 15.89%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1336D (or 0xA1336D) is known color: Rouge. HEX triplet: A1, 33 and 6D. RGB value is (161,51,109). Sum of RGB (Red+Green+Blue) = 161+51+109=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1336D is #5ECC92. Grayscale: #5A5A5A. Windows color (decimal): -6212755 or 7156641. OLE color: 7156641.

HSL color Cylindrical-coordinate representation of color #A1336D: hue angle of 328.36º degrees, saturation: 0.52, 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 #A1336D is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 51 109 -
CMYK 0 0.68 0.32 0.37
HSL 328.36º 0.52% 0.42% -
HSV(B) 328.36º 0.68% 0.63% -
XYZ 18.64 11.05 15.62 -
YUV 90.5 138.44 178.28 -
System Red Green Blue C M Y K H S L
Decimal 161 51 109 0 0.68 0.32 0.37 328.36 0.52 0.42
Hex A1 33 6D 0 44 20 25 148 34 2A
Octal 241 63 155 0 104 40 45 510 64 52
Binary 10100001 110011 1101101 0 1000100 100000 100101 101001000 110100 101010

Color Harmonies of #A1336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1336D

Black with #A1336D

Text Example


Text Example

White with #A1336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1336D; }

 p { color: rgb(161,51,109); }

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

background-color css

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

 a { background-color: rgb(161,51,109); }

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

border-color css

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

 span { border-color: rgb(161,51,109); }

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