Html Css Color HEX #A13466 Rouge

📋 copy color: '#A13466'

red 161 ◦ green 52 ◦ blue 102

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

Shades of Rouge #A13466

Tints of Rouge #A13466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.38%

R = 51.11%
G = 16.51%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A13466 (or 0xA13466) is known color: Rouge. HEX triplet: A1, 34 and 66. RGB value is (161,52,102). Sum of RGB (Red+Green+Blue) = 161+52+102=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A13466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13466 is #5ECB99. Grayscale: #5A5A5A. Windows color (decimal): -6212506 or 6698145. OLE color: 6698145.

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

Color convert

RGB 161 52 102 -
CMYK 0 0.68 0.37 0.37
HSL 332.48º 0.51% 0.42% -
HSV(B) 332.48º 0.68% 0.63% -
XYZ 18.32 10.99 13.73 -
YUV 90.29 134.61 178.43 -
System Red Green Blue C M Y K H S L
Decimal 161 52 102 0 0.68 0.37 0.37 332.48 0.51 0.42
Hex A1 34 66 0 44 25 25 14C 33 2A
Octal 241 64 146 0 104 45 45 514 63 52
Binary 10100001 110100 1100110 0 1000100 100101 100101 101001100 110011 101010

Color Harmonies of #A13466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13466

Black with #A13466

Text Example


Text Example

White with #A13466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13466; }

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

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

background-color css

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

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

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

border-color css

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

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

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