Html Css Color HEX #A13A70 Rouge

📋 copy color: '#A13A70'

red 161 ◦ green 58 ◦ blue 112

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

Shades of Rouge #A13A70

Tints of Rouge #A13A70

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.52%

 BLUE value IS 112 (44.14% from 255) = 33.84%

R = 48.64%
G = 17.52%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A13A70 (or 0xA13A70) is known color: Rouge. HEX triplet: A1, 3A and 70. RGB value is (161,58,112). Sum of RGB (Red+Green+Blue) = 161+58+112=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13A70 is #5EC58F. Grayscale: #5E5E5E. Windows color (decimal): -6210960 or 7355041. OLE color: 7355041.

HSL color Cylindrical-coordinate representation of color #A13A70: hue angle of 328.54º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A13A70 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 58 112 -
CMYK 0 0.64 0.30 0.37
HSL 328.54º 0.47% 0.43% -
HSV(B) 328.54º 0.64% 0.63% -
XYZ 19.14 11.77 16.59 -
YUV 94.95 137.62 175.11 -
System Red Green Blue C M Y K H S L
Decimal 161 58 112 0 0.64 0.30 0.37 328.54 0.47 0.43
Hex A1 3A 70 0 40 1E 25 149 2F 2B
Octal 241 72 160 0 100 36 45 511 57 53
Binary 10100001 111010 1110000 0 1000000 11110 100101 101001001 101111 101011

Color Harmonies of #A13A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13A70

Black with #A13A70

Text Example


Text Example

White with #A13A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13A70; }

 p { color: rgb(161,58,112); }

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

background-color css

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

 a { background-color: rgb(161,58,112); }

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

border-color css

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

 span { border-color: rgb(161,58,112); }

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