Html Css Color HEX #A33C71 Rouge

📋 copy color: '#A33C71'

red 163 ◦ green 60 ◦ blue 113

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

Shades of Rouge #A33C71

Tints of Rouge #A33C71

RGB

 RED value IS 163 (64.06% from 255) = 48.51%

 GREEN value IS 60 (23.83% from 255) = 17.86%

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

R = 48.51%
G = 17.86%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A33C71 (or 0xA33C71) is known color: Rouge. HEX triplet: A3, 3C and 71. RGB value is (163,60,113). Sum of RGB (Red+Green+Blue) = 163+60+113=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33C71 is #5CC38E. Grayscale: #606060. Windows color (decimal): -6079375 or 7421091. OLE color: 7421091.

HSL color Cylindrical-coordinate representation of color #A33C71: hue angle of 329.13º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33C71 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 60 113 -
CMYK 0 0.63 0.31 0.36
HSL 329.13º 0.46% 0.44% -
HSV(B) 329.13º 0.63% 0.64% -
XYZ 19.7 12.21 16.94 -
YUV 96.84 137.12 175.19 -
System Red Green Blue C M Y K H S L
Decimal 163 60 113 0 0.63 0.31 0.36 329.13 0.46 0.44
Hex A3 3C 71 0 3F 1F 24 149 2E 2C
Octal 243 74 161 0 77 37 44 511 56 54
Binary 10100011 111100 1110001 0 111111 11111 100100 101001001 101110 101100

Color Harmonies of #A33C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33C71

Black with #A33C71

Text Example


Text Example

White with #A33C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33C71; }

 p { color: rgb(163,60,113); }

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

background-color css

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

 a { background-color: rgb(163,60,113); }

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

border-color css

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

 span { border-color: rgb(163,60,113); }

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