Html Css Color HEX #A13469 Rouge

📋 copy color: '#A13469'

red 161 ◦ green 52 ◦ blue 105

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

Shades of Rouge #A13469

Tints of Rouge #A13469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.02%

R = 50.63%
G = 16.35%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A13469 (or 0xA13469) is known color: Rouge. HEX triplet: A1, 34 and 69. RGB value is (161,52,105). Sum of RGB (Red+Green+Blue) = 161+52+105=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A13469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13469 is #5ECB96. Grayscale: #5A5A5A. Windows color (decimal): -6212503 or 6894753. OLE color: 6894753.

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

Color convert

RGB 161 52 105 -
CMYK 0 0.68 0.35 0.37
HSL 330.83º 0.51% 0.42% -
HSV(B) 330.83º 0.68% 0.63% -
XYZ 18.48 11.05 14.52 -
YUV 90.63 136.11 178.19 -
System Red Green Blue C M Y K H S L
Decimal 161 52 105 0 0.68 0.35 0.37 330.83 0.51 0.42
Hex A1 34 69 0 44 23 25 14B 33 2A
Octal 241 64 151 0 104 43 45 513 63 52
Binary 10100001 110100 1101001 0 1000100 100011 100101 101001011 110011 101010

Color Harmonies of #A13469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13469

Black with #A13469

Text Example


Text Example

White with #A13469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13469; }

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

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

background-color css

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

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

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

border-color css

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

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

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