Html Css Color HEX #A13D6B Rouge

📋 copy color: '#A13D6B'

red 161 ◦ green 61 ◦ blue 107

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

Shades of Rouge #A13D6B

Tints of Rouge #A13D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 48.94%
G = 18.54%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A13D6B (or 0xA13D6B) is known color: Rouge. HEX triplet: A1, 3D and 6B. RGB value is (161,61,107). Sum of RGB (Red+Green+Blue) = 161+61+107=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13D6B is #5EC294. Grayscale: #606060. Windows color (decimal): -6210197 or 7028129. OLE color: 7028129.

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

Color convert

RGB 161 61 107 -
CMYK 0 0.62 0.34 0.37
HSL 332.4º 0.45% 0.44% -
HSV(B) 332.4º 0.62% 0.63% -
XYZ 19.02 11.98 15.22 -
YUV 96.14 134.13 174.26 -
System Red Green Blue C M Y K H S L
Decimal 161 61 107 0 0.62 0.34 0.37 332.4 0.45 0.44
Hex A1 3D 6B 0 3E 22 25 14C 2D 2C
Octal 241 75 153 0 76 42 45 514 55 54
Binary 10100001 111101 1101011 0 111110 100010 100101 101001100 101101 101100

Color Harmonies of #A13D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13D6B

Black with #A13D6B

Text Example


Text Example

White with #A13D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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