Html Css Color HEX #A43461 Rouge

📋 copy color: '#A43461'

red 164 ◦ green 52 ◦ blue 97

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

Shades of Rouge #A43461

Tints of Rouge #A43461

RGB

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

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

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

R = 52.4%
G = 16.61%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A43461 (or 0xA43461) is known color: Rouge. HEX triplet: A4, 34 and 61. RGB value is (164,52,97). Sum of RGB (Red+Green+Blue) = 164+52+97=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A43461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43461 is #5BCB9E. Grayscale: #5A5A5A. Windows color (decimal): -6015903 or 6370468. OLE color: 6370468.

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

Color convert

RGB 164 52 97 -
CMYK 0 0.68 0.41 0.36
HSL 335.89º 0.52% 0.42% -
HSV(B) 335.89º 0.68% 0.64% -
XYZ 18.7 11.21 12.49 -
YUV 90.62 131.61 180.34 -
System Red Green Blue C M Y K H S L
Decimal 164 52 97 0 0.68 0.41 0.36 335.89 0.52 0.42
Hex A4 34 61 0 44 29 24 150 34 2A
Octal 244 64 141 0 104 51 44 520 64 52
Binary 10100100 110100 1100001 0 1000100 101001 100100 101010000 110100 101010

Color Harmonies of #A43461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43461

Black with #A43461

Text Example


Text Example

White with #A43461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43461; }

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

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

background-color css

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

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

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

border-color css

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

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

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