Html Css Color HEX #A53370 Rouge

📋 copy color: '#A53370'

red 165 ◦ green 51 ◦ blue 112

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

Shades of Rouge #A53370

Tints of Rouge #A53370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.15%

R = 50.3%
G = 15.55%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A53370 (or 0xA53370) is known color: Rouge. HEX triplet: A5, 33 and 70. RGB value is (165,51,112). Sum of RGB (Red+Green+Blue) = 165+51+112=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A53370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53370 is #5ACC8F. Grayscale: #5B5B5B. Windows color (decimal): -5950608 or 7353253. OLE color: 7353253.

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

Color convert

RGB 165 51 112 -
CMYK 0 0.69 0.32 0.35
HSL 327.89º 0.53% 0.42% -
HSV(B) 327.89º 0.69% 0.65% -
XYZ 19.63 11.54 16.52 -
YUV 92.04 139.27 180.04 -
System Red Green Blue C M Y K H S L
Decimal 165 51 112 0 0.69 0.32 0.35 327.89 0.53 0.42
Hex A5 33 70 0 45 20 23 148 35 2A
Octal 245 63 160 0 105 40 43 510 65 52
Binary 10100101 110011 1110000 0 1000101 100000 100011 101001000 110101 101010

Color Harmonies of #A53370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53370

Black with #A53370

Text Example


Text Example

White with #A53370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53370; }

 p { color: rgb(165,51,112); }

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

background-color css

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

 a { background-color: rgb(165,51,112); }

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

border-color css

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

 span { border-color: rgb(165,51,112); }

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