Html Css Color HEX #A23271 Rouge

📋 copy color: '#A23271'

red 162 ◦ green 50 ◦ blue 113

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

Shades of Rouge #A23271

Tints of Rouge #A23271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.38%

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

R = 49.85%
G = 15.38%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A23271 (or 0xA23271) is known color: Rouge. HEX triplet: A2, 32 and 71. RGB value is (162,50,113). Sum of RGB (Red+Green+Blue) = 162+50+113=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A23271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23271 is #5DCD8E. Grayscale: #5A5A5A. Windows color (decimal): -6147471 or 7418530. OLE color: 7418530.

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

Color convert

RGB 162 50 113 -
CMYK 0 0.69 0.30 0.36
HSL 326.25º 0.53% 0.42% -
HSV(B) 326.25º 0.69% 0.64% -
XYZ 19.02 11.15 16.77 -
YUV 90.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 162 50 113 0 0.69 0.30 0.36 326.25 0.53 0.42
Hex A2 32 71 0 45 1E 24 146 35 2A
Octal 242 62 161 0 105 36 44 506 65 52
Binary 10100010 110010 1110001 0 1000101 11110 100100 101000110 110101 101010

Color Harmonies of #A23271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23271

Black with #A23271

Text Example


Text Example

White with #A23271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23271; }

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

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

background-color css

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

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

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

border-color css

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

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

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