Html Css Color HEX #A13470 Rouge

📋 copy color: '#A13470'

red 161 ◦ green 52 ◦ blue 112

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

Shades of Rouge #A13470

Tints of Rouge #A13470

RGB

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

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

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

R = 49.54%
G = 16%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A13470 (or 0xA13470) is known color: Rouge. HEX triplet: A1, 34 and 70. RGB value is (161,52,112). Sum of RGB (Red+Green+Blue) = 161+52+112=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A13470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13470 is #5ECB8F. Grayscale: #5B5B5B. Windows color (decimal): -6212496 or 7353505. OLE color: 7353505.

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

Color convert

RGB 161 52 112 -
CMYK 0 0.68 0.30 0.37
HSL 326.97º 0.51% 0.42% -
HSV(B) 326.97º 0.68% 0.63% -
XYZ 18.85 11.2 16.5 -
YUV 91.43 139.61 177.62 -
System Red Green Blue C M Y K H S L
Decimal 161 52 112 0 0.68 0.30 0.37 326.97 0.51 0.42
Hex A1 34 70 0 44 1E 25 147 33 2A
Octal 241 64 160 0 104 36 45 507 63 52
Binary 10100001 110100 1110000 0 1000100 11110 100101 101000111 110011 101010

Color Harmonies of #A13470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13470

Black with #A13470

Text Example


Text Example

White with #A13470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13470; }

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

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

background-color css

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

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

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

border-color css

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

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

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