Html Css Color HEX #A3336C Rouge

📋 copy color: '#A3336C'

red 163 ◦ green 51 ◦ blue 108

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

Shades of Rouge #A3336C

Tints of Rouge #A3336C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 50.62%
G = 15.84%
B = 33.54%

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

#A3336C (or 0xA3336C) is known color: Rouge. HEX triplet: A3, 33 and 6C. RGB value is (163,51,108). Sum of RGB (Red+Green+Blue) = 163+51+108=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A3336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3336C is #5CCC93. Grayscale: #5A5A5A. Windows color (decimal): -6081684 or 7091107. OLE color: 7091107.

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

Color convert

RGB 163 51 108 -
CMYK 0 0.69 0.34 0.36
HSL 329.46º 0.52% 0.42% -
HSV(B) 329.46º 0.69% 0.64% -
XYZ 18.99 11.24 15.36 -
YUV 90.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 163 51 108 0 0.69 0.34 0.36 329.46 0.52 0.42
Hex A3 33 6C 0 45 22 24 149 34 2A
Octal 243 63 154 0 105 42 44 511 64 52
Binary 10100011 110011 1101100 0 1000101 100010 100100 101001001 110100 101010

Color Harmonies of #A3336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3336C

Black with #A3336C

Text Example


Text Example

White with #A3336C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3336C; }

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

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

background-color css

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

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

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

border-color css

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

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

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