Html Css Color HEX #A33C73 Rouge

📋 copy color: '#A33C73'

red 163 ◦ green 60 ◦ blue 115

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

Shades of Rouge #A33C73

Tints of Rouge #A33C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.02%

R = 48.22%
G = 17.75%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A33C73 (or 0xA33C73) is known color: Rouge. HEX triplet: A3, 3C and 73. RGB value is (163,60,115). Sum of RGB (Red+Green+Blue) = 163+60+115=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33C73 is #5CC38C. Grayscale: #606060. Windows color (decimal): -6079373 or 7552163. OLE color: 7552163.

HSL color Cylindrical-coordinate representation of color #A33C73: hue angle of 327.96º 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 #A33C73 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 60 115 -
CMYK 0 0.63 0.29 0.36
HSL 327.96º 0.46% 0.44% -
HSV(B) 327.96º 0.63% 0.64% -
XYZ 19.81 12.26 17.54 -
YUV 97.07 138.12 175.03 -
System Red Green Blue C M Y K H S L
Decimal 163 60 115 0 0.63 0.29 0.36 327.96 0.46 0.44
Hex A3 3C 73 0 3F 1D 24 148 2E 2C
Octal 243 74 163 0 77 35 44 510 56 54
Binary 10100011 111100 1110011 0 111111 11101 100100 101001000 101110 101100

Color Harmonies of #A33C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33C73

Black with #A33C73

Text Example


Text Example

White with #A33C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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