Html Css Color HEX #A3336B Rouge

📋 copy color: '#A3336B'

red 163 ◦ green 51 ◦ blue 107

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

Shades of Rouge #A3336B

Tints of Rouge #A3336B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.33%

R = 50.78%
G = 15.89%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A3336B (or 0xA3336B) is known color: Rouge. HEX triplet: A3, 33 and 6B. RGB value is (163,51,107). Sum of RGB (Red+Green+Blue) = 163+51+107=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A3336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3336B is #5CCC94. Grayscale: #5A5A5A. Windows color (decimal): -6081685 or 7025571. OLE color: 7025571.

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

Color convert

RGB 163 51 107 -
CMYK 0 0.69 0.34 0.36
HSL 330º 0.52% 0.42% -
HSV(B) 330º 0.69% 0.64% -
XYZ 18.94 11.22 15.08 -
YUV 90.87 137.11 179.45 -
System Red Green Blue C M Y K H S L
Decimal 163 51 107 0 0.69 0.34 0.36 330 0.52 0.42
Hex A3 33 6B 0 45 22 24 14A 34 2A
Octal 243 63 153 0 105 42 44 512 64 52
Binary 10100011 110011 1101011 0 1000101 100010 100100 101001010 110100 101010

Color Harmonies of #A3336B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3336B

Black with #A3336B

Text Example


Text Example

White with #A3336B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3336B; }

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

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

background-color css

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

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

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

border-color css

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

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

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