Html Css Color HEX #A22C71 Rouge

📋 copy color: '#A22C71'

red 162 ◦ green 44 ◦ blue 113

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

Shades of Rouge #A22C71

Tints of Rouge #A22C71

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.79%

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

R = 50.78%
G = 13.79%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A22C71 (or 0xA22C71) is known color: Rouge. HEX triplet: A2, 2C and 71. RGB value is (162,44,113). Sum of RGB (Red+Green+Blue) = 162+44+113=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22C71 is #5DD38E. Grayscale: #565656. Windows color (decimal): -6149007 or 7416994. OLE color: 7416994.

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

Color convert

RGB 162 44 113 -
CMYK 0 0.73 0.30 0.36
HSL 324.92º 0.57% 0.4% -
HSV(B) 324.92º 0.73% 0.64% -
XYZ 18.78 10.68 16.69 -
YUV 87.15 142.59 181.39 -
System Red Green Blue C M Y K H S L
Decimal 162 44 113 0 0.73 0.30 0.36 324.92 0.57 0.4
Hex A2 2C 71 0 49 1E 24 145 39 28
Octal 242 54 161 0 111 36 44 505 71 50
Binary 10100010 101100 1110001 0 1001001 11110 100100 101000101 111001 101000

Color Harmonies of #A22C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22C71

Black with #A22C71

Text Example


Text Example

White with #A22C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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