Html Css Color HEX #A3496C Rouge

📋 copy color: '#A3496C'

red 163 ◦ green 73 ◦ blue 108

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

Shades of Rouge #A3496C

Tints of Rouge #A3496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.22%

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

R = 47.38%
G = 21.22%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A3496C (or 0xA3496C) is known color: Rouge. HEX triplet: A3, 49 and 6C. RGB value is (163,73,108). Sum of RGB (Red+Green+Blue) = 163+73+108=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A3496C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3496C is #5CB693. Grayscale: #676767. Windows color (decimal): -6076052 or 7096739. OLE color: 7096739.

HSL color Cylindrical-coordinate representation of color #A3496C: hue angle of 336.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3496C is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 73 108 -
CMYK 0 0.55 0.34 0.36
HSL 336.67º 0.38% 0.46% -
HSV(B) 336.67º 0.55% 0.64% -
XYZ 20.19 13.63 15.75 -
YUV 103.9 130.32 170.15 -
System Red Green Blue C M Y K H S L
Decimal 163 73 108 0 0.55 0.34 0.36 336.67 0.38 0.46
Hex A3 49 6C 0 37 22 24 151 26 2E
Octal 243 111 154 0 67 42 44 521 46 56
Binary 10100011 1001001 1101100 0 110111 100010 100100 101010001 100110 101110

Color Harmonies of #A3496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3496C

Black with #A3496C

Text Example


Text Example

White with #A3496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3496C; }

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

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

background-color css

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

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

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

border-color css

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

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

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