Html Css Color HEX #A13D6D Rouge

📋 copy color: '#A13D6D'

red 161 ◦ green 61 ◦ blue 109

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

Shades of Rouge #A13D6D

Tints of Rouge #A13D6D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.43%

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

R = 48.64%
G = 18.43%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A13D6D (or 0xA13D6D) is known color: Rouge. HEX triplet: A1, 3D and 6D. RGB value is (161,61,109). Sum of RGB (Red+Green+Blue) = 161+61+109=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13D6D is #5EC292. Grayscale: #606060. Windows color (decimal): -6210195 or 7159201. OLE color: 7159201.

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

Color convert

RGB 161 61 109 -
CMYK 0 0.62 0.32 0.37
HSL 331.2º 0.45% 0.44% -
HSV(B) 331.2º 0.62% 0.63% -
XYZ 19.13 12.02 15.78 -
YUV 96.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 161 61 109 0 0.62 0.32 0.37 331.2 0.45 0.44
Hex A1 3D 6D 0 3E 20 25 14B 2D 2C
Octal 241 75 155 0 76 40 45 513 55 54
Binary 10100001 111101 1101101 0 111110 100000 100101 101001011 101101 101100

Color Harmonies of #A13D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13D6D

Black with #A13D6D

Text Example


Text Example

White with #A13D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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