Html Css Color HEX #A1336A Rouge

📋 copy color: '#A1336A'

red 161 ◦ green 51 ◦ blue 106

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

Shades of Rouge #A1336A

Tints of Rouge #A1336A

RGB

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

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

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

R = 50.63%
G = 16.04%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A1336A (or 0xA1336A) is known color: Rouge. HEX triplet: A1, 33 and 6A. RGB value is (161,51,106). Sum of RGB (Red+Green+Blue) = 161+51+106=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A1336A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1336A is #5ECC95. Grayscale: #5A5A5A. Windows color (decimal): -6212758 or 6960033. OLE color: 6960033.

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

Color convert

RGB 161 51 106 -
CMYK 0 0.68 0.34 0.37
HSL 330º 0.52% 0.42% -
HSV(B) 330º 0.68% 0.63% -
XYZ 18.48 10.99 14.78 -
YUV 90.16 136.94 178.53 -
System Red Green Blue C M Y K H S L
Decimal 161 51 106 0 0.68 0.34 0.37 330 0.52 0.42
Hex A1 33 6A 0 44 22 25 14A 34 2A
Octal 241 63 152 0 104 42 45 512 64 52
Binary 10100001 110011 1101010 0 1000100 100010 100101 101001010 110100 101010

Color Harmonies of #A1336A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1336A

Black with #A1336A

Text Example


Text Example

White with #A1336A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1336A; }

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

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

background-color css

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

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

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

border-color css

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

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

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