Html Css Color HEX #A1326D Rouge

📋 copy color: '#A1326D'

red 161 ◦ green 50 ◦ blue 109

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

Shades of Rouge #A1326D

Tints of Rouge #A1326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.63%

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

R = 50.31%
G = 15.63%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1326D (or 0xA1326D) is known color: Rouge. HEX triplet: A1, 32 and 6D. RGB value is (161,50,109). Sum of RGB (Red+Green+Blue) = 161+50+109=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A1326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1326D is #5ECD92. Grayscale: #595959. Windows color (decimal): -6213011 or 7156385. OLE color: 7156385.

HSL color Cylindrical-coordinate representation of color #A1326D: hue angle of 328.11º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1326D is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 50 109 -
CMYK 0 0.69 0.32 0.37
HSL 328.11º 0.53% 0.41% -
HSV(B) 328.11º 0.69% 0.63% -
XYZ 18.6 10.96 15.6 -
YUV 89.92 138.77 178.7 -
System Red Green Blue C M Y K H S L
Decimal 161 50 109 0 0.69 0.32 0.37 328.11 0.53 0.41
Hex A1 32 6D 0 45 20 25 148 35 29
Octal 241 62 155 0 105 40 45 510 65 51
Binary 10100001 110010 1101101 0 1000101 100000 100101 101001000 110101 101001

Color Harmonies of #A1326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1326D

Black with #A1326D

Text Example


Text Example

White with #A1326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1326D; }

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

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

background-color css

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

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

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

border-color css

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

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

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