Html Css Color HEX #A3336D Rouge

📋 copy color: '#A3336D'

red 163 ◦ green 51 ◦ blue 109

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

Shades of Rouge #A3336D

Tints of Rouge #A3336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.79%

 BLUE value IS 109 (42.97% from 255) = 33.75%

R = 50.46%
G = 15.79%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3336D (or 0xA3336D) is known color: Rouge. HEX triplet: A3, 33 and 6D. RGB value is (163,51,109). Sum of RGB (Red+Green+Blue) = 163+51+109=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3336D is #5CCC92. Grayscale: #5A5A5A. Windows color (decimal): -6081683 or 7156643. OLE color: 7156643.

HSL color Cylindrical-coordinate representation of color #A3336D: hue angle of 328.93º degrees, saturation: 0.52, 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 #A3336D is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 51 109 -
CMYK 0 0.69 0.33 0.36
HSL 328.93º 0.52% 0.42% -
HSV(B) 328.93º 0.69% 0.64% -
XYZ 19.05 11.26 15.64 -
YUV 91.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 163 51 109 0 0.69 0.33 0.36 328.93 0.52 0.42
Hex A3 33 6D 0 45 21 24 149 34 2A
Octal 243 63 155 0 105 41 44 511 64 52
Binary 10100011 110011 1101101 0 1000101 100001 100100 101001001 110100 101010

Color Harmonies of #A3336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3336D

Black with #A3336D

Text Example


Text Example

White with #A3336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3336D; }

 p { color: rgb(163,51,109); }

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

background-color css

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

 a { background-color: rgb(163,51,109); }

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

border-color css

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

 span { border-color: rgb(163,51,109); }

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