Html Css Color HEX #A53871 Rouge

📋 copy color: '#A53871'

red 165 ◦ green 56 ◦ blue 113

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

Shades of Rouge #A53871

Tints of Rouge #A53871

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.77%

 BLUE value IS 113 (44.53% from 255) = 33.83%

R = 49.4%
G = 16.77%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A53871 (or 0xA53871) is known color: Rouge. HEX triplet: A5, 38 and 71. RGB value is (165,56,113). Sum of RGB (Red+Green+Blue) = 165+56+113=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A53871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53871 is #5AC78E. Grayscale: #5E5E5E. Windows color (decimal): -5949327 or 7420069. OLE color: 7420069.

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

Color convert

RGB 165 56 113 -
CMYK 0 0.66 0.32 0.35
HSL 328.62º 0.49% 0.43% -
HSV(B) 328.62º 0.66% 0.65% -
XYZ 19.91 12.02 16.89 -
YUV 95.09 138.11 177.87 -
System Red Green Blue C M Y K H S L
Decimal 165 56 113 0 0.66 0.32 0.35 328.62 0.49 0.43
Hex A5 38 71 0 42 20 23 149 31 2B
Octal 245 70 161 0 102 40 43 511 61 53
Binary 10100101 111000 1110001 0 1000010 100000 100011 101001001 110001 101011

Color Harmonies of #A53871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53871

Black with #A53871

Text Example


Text Example

White with #A53871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53871; }

 p { color: rgb(165,56,113); }

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

background-color css

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

 a { background-color: rgb(165,56,113); }

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

border-color css

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

 span { border-color: rgb(165,56,113); }

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