Html Css Color HEX #A3396F Rouge

📋 copy color: '#A3396F'

red 163 ◦ green 57 ◦ blue 111

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

Shades of Rouge #A3396F

Tints of Rouge #A3396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.22%

 BLUE value IS 111 (43.75% from 255) = 33.53%

R = 49.24%
G = 17.22%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A3396F (or 0xA3396F) is known color: Rouge. HEX triplet: A3, 39 and 6F. RGB value is (163,57,111). Sum of RGB (Red+Green+Blue) = 163+57+111=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A3396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3396F is #5CC690. Grayscale: #5E5E5E. Windows color (decimal): -6080145 or 7289251. OLE color: 7289251.

HSL color Cylindrical-coordinate representation of color #A3396F: hue angle of 329.43º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3396F is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 57 111 -
CMYK 0 0.65 0.32 0.36
HSL 329.43º 0.48% 0.43% -
HSV(B) 329.43º 0.65% 0.64% -
XYZ 19.44 11.86 16.3 -
YUV 94.85 137.12 176.61 -
System Red Green Blue C M Y K H S L
Decimal 163 57 111 0 0.65 0.32 0.36 329.43 0.48 0.43
Hex A3 39 6F 0 41 20 24 149 30 2B
Octal 243 71 157 0 101 40 44 511 60 53
Binary 10100011 111001 1101111 0 1000001 100000 100100 101001001 110000 101011

Color Harmonies of #A3396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3396F

Black with #A3396F

Text Example


Text Example

White with #A3396F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3396F; }

 p { color: rgb(163,57,111); }

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

background-color css

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

 a { background-color: rgb(163,57,111); }

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

border-color css

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

 span { border-color: rgb(163,57,111); }

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