Html Css Color HEX #A13472 Rouge

📋 copy color: '#A13472'

red 161 ◦ green 52 ◦ blue 114

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

Shades of Rouge #A13472

Tints of Rouge #A13472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.9%

 BLUE value IS 114 (44.92% from 255) = 34.86%

R = 49.24%
G = 15.9%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A13472 (or 0xA13472) is known color: Rouge. HEX triplet: A1, 34 and 72. RGB value is (161,52,114). Sum of RGB (Red+Green+Blue) = 161+52+114=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A13472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13472 is #5ECB8D. Grayscale: #5B5B5B. Windows color (decimal): -6212494 or 7484577. OLE color: 7484577.

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

Color convert

RGB 161 52 114 -
CMYK 0 0.68 0.29 0.37
HSL 325.87º 0.51% 0.42% -
HSV(B) 325.87º 0.68% 0.63% -
XYZ 18.96 11.25 17.09 -
YUV 91.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 161 52 114 0 0.68 0.29 0.37 325.87 0.51 0.42
Hex A1 34 72 0 44 1D 25 146 33 2A
Octal 241 64 162 0 104 35 45 506 63 52
Binary 10100001 110100 1110010 0 1000100 11101 100101 101000110 110011 101010

Color Harmonies of #A13472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13472

Black with #A13472

Text Example


Text Example

White with #A13472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13472; }

 p { color: rgb(161,52,114); }

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

background-color css

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

 a { background-color: rgb(161,52,114); }

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

border-color css

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

 span { border-color: rgb(161,52,114); }

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