Html Css Color HEX #A23571 Rouge

📋 copy color: '#A23571'

red 162 ◦ green 53 ◦ blue 113

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

Shades of Rouge #A23571

Tints of Rouge #A23571

RGB

 RED value IS 162 (63.67% from 255) = 49.39%

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

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

R = 49.39%
G = 16.16%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A23571 (or 0xA23571) is known color: Rouge. HEX triplet: A2, 35 and 71. RGB value is (162,53,113). Sum of RGB (Red+Green+Blue) = 162+53+113=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A23571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23571 is #5DCA8E. Grayscale: #5C5C5C. Windows color (decimal): -6146703 or 7419298. OLE color: 7419298.

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

Color convert

RGB 162 53 113 -
CMYK 0 0.67 0.30 0.36
HSL 326.97º 0.51% 0.42% -
HSV(B) 326.97º 0.67% 0.64% -
XYZ 19.15 11.42 16.82 -
YUV 92.43 139.61 177.62 -
System Red Green Blue C M Y K H S L
Decimal 162 53 113 0 0.67 0.30 0.36 326.97 0.51 0.42
Hex A2 35 71 0 43 1E 24 147 33 2A
Octal 242 65 161 0 103 36 44 507 63 52
Binary 10100010 110101 1110001 0 1000011 11110 100100 101000111 110011 101010

Color Harmonies of #A23571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23571

Black with #A23571

Text Example


Text Example

White with #A23571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23571; }

 p { color: rgb(162,53,113); }

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

background-color css

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

 a { background-color: rgb(162,53,113); }

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

border-color css

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

 span { border-color: rgb(162,53,113); }

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