Html Css Color HEX #A43361 Rouge

📋 copy color: '#A43361'

red 164 ◦ green 51 ◦ blue 97

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

Shades of Rouge #A43361

Tints of Rouge #A43361

RGB

 RED value IS 164 (64.45% from 255) = 52.56%

 GREEN value IS 51 (20.31% from 255) = 16.35%

 BLUE value IS 97 (38.28% from 255) = 31.09%

R = 52.56%
G = 16.35%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A43361 (or 0xA43361) is known color: Rouge. HEX triplet: A4, 33 and 61. RGB value is (164,51,97). Sum of RGB (Red+Green+Blue) = 164+51+97=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A43361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43361 is #5BCC9E. Grayscale: #595959. Windows color (decimal): -6016159 or 6370212. OLE color: 6370212.

HSL color Cylindrical-coordinate representation of color #A43361: hue angle of 335.58º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43361 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 51 97 -
CMYK 0 0.69 0.41 0.36
HSL 335.58º 0.53% 0.42% -
HSV(B) 335.58º 0.69% 0.64% -
XYZ 18.65 11.12 12.47 -
YUV 90.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 164 51 97 0 0.69 0.41 0.36 335.58 0.53 0.42
Hex A4 33 61 0 45 29 24 150 35 2A
Octal 244 63 141 0 105 51 44 520 65 52
Binary 10100100 110011 1100001 0 1000101 101001 100100 101010000 110101 101010

Color Harmonies of #A43361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43361

Black with #A43361

Text Example


Text Example

White with #A43361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43361; }

 p { color: rgb(164,51,97); }

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

background-color css

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

 a { background-color: rgb(164,51,97); }

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

border-color css

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

 span { border-color: rgb(164,51,97); }

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