Html Css Color HEX #A43573 Rouge

📋 copy color: '#A43573'

red 164 ◦ green 53 ◦ blue 115

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

Shades of Rouge #A43573

Tints of Rouge #A43573

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.96%

 BLUE value IS 115 (45.31% from 255) = 34.64%

R = 49.4%
G = 15.96%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A43573 (or 0xA43573) is known color: Rouge. HEX triplet: A4, 35 and 73. RGB value is (164,53,115). Sum of RGB (Red+Green+Blue) = 164+53+115=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A43573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43573 is #5BCA8C. Grayscale: #5D5D5D. Windows color (decimal): -6015629 or 7550372. OLE color: 7550372.

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

Color convert

RGB 164 53 115 -
CMYK 0 0.68 0.30 0.36
HSL 326.49º 0.51% 0.43% -
HSV(B) 326.49º 0.68% 0.64% -
XYZ 19.68 11.68 17.44 -
YUV 93.26 140.27 178.46 -
System Red Green Blue C M Y K H S L
Decimal 164 53 115 0 0.68 0.30 0.36 326.49 0.51 0.43
Hex A4 35 73 0 44 1E 24 146 33 2B
Octal 244 65 163 0 104 36 44 506 63 53
Binary 10100100 110101 1110011 0 1000100 11110 100100 101000110 110011 101011

Color Harmonies of #A43573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43573

Black with #A43573

Text Example


Text Example

White with #A43573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43573; }

 p { color: rgb(164,53,115); }

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

background-color css

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

 a { background-color: rgb(164,53,115); }

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

border-color css

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

 span { border-color: rgb(164,53,115); }

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