Html Css Color HEX #A53574 Rouge

📋 copy color: '#A53574'

red 165 ◦ green 53 ◦ blue 116

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

Shades of Rouge #A53574

Tints of Rouge #A53574

RGB

 RED value IS 165 (64.84% from 255) = 49.4%

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

 BLUE value IS 116 (45.7% from 255) = 34.73%

R = 49.4%
G = 15.87%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A53574 (or 0xA53574) is known color: Rouge. HEX triplet: A5, 35 and 74. RGB value is (165,53,116). Sum of RGB (Red+Green+Blue) = 165+53+116=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A53574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53574 is #5ACA8B. Grayscale: #5D5D5D. Windows color (decimal): -5950092 or 7615909. OLE color: 7615909.

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

Color convert

RGB 165 53 116 -
CMYK 0 0.68 0.30 0.35
HSL 326.25º 0.51% 0.43% -
HSV(B) 326.25º 0.68% 0.65% -
XYZ 19.94 11.81 17.75 -
YUV 93.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 165 53 116 0 0.68 0.30 0.35 326.25 0.51 0.43
Hex A5 35 74 0 44 1E 23 146 33 2B
Octal 245 65 164 0 104 36 43 506 63 53
Binary 10100101 110101 1110100 0 1000100 11110 100011 101000110 110011 101011

Color Harmonies of #A53574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53574

Black with #A53574

Text Example


Text Example

White with #A53574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53574; }

 p { color: rgb(165,53,116); }

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

background-color css

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

 a { background-color: rgb(165,53,116); }

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

border-color css

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

 span { border-color: rgb(165,53,116); }

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