Html Css Color HEX #A1336F Rouge

📋 copy color: '#A1336F'

red 161 ◦ green 51 ◦ blue 111

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

Shades of Rouge #A1336F

Tints of Rouge #A1336F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.37%

R = 49.85%
G = 15.79%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A1336F (or 0xA1336F) is known color: Rouge. HEX triplet: A1, 33 and 6F. RGB value is (161,51,111). Sum of RGB (Red+Green+Blue) = 161+51+111=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1336F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1336F is #5ECC90. Grayscale: #5A5A5A. Windows color (decimal): -6212753 or 7287713. OLE color: 7287713.

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

Color convert

RGB 161 51 111 -
CMYK 0 0.68 0.31 0.37
HSL 327.27º 0.52% 0.42% -
HSV(B) 327.27º 0.68% 0.63% -
XYZ 18.75 11.09 16.19 -
YUV 90.73 139.44 178.12 -
System Red Green Blue C M Y K H S L
Decimal 161 51 111 0 0.68 0.31 0.37 327.27 0.52 0.42
Hex A1 33 6F 0 44 1F 25 147 34 2A
Octal 241 63 157 0 104 37 45 507 64 52
Binary 10100001 110011 1101111 0 1000100 11111 100101 101000111 110100 101010

Color Harmonies of #A1336F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1336F

Black with #A1336F

Text Example


Text Example

White with #A1336F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1336F; }

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

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

background-color css

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

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

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

border-color css

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

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

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