Html Css Color HEX #A0496C Rouge

📋 copy color: '#A0496C'

red 160 ◦ green 73 ◦ blue 108

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

Shades of Rouge #A0496C

Tints of Rouge #A0496C

RGB

 RED value IS 160 (62.89% from 255) = 46.92%

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

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

R = 46.92%
G = 21.41%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0496C (or 0xA0496C) is known color: Rouge. HEX triplet: A0, 49 and 6C. RGB value is (160,73,108). Sum of RGB (Red+Green+Blue) = 160+73+108=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A0496C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0496C is #5FB693. Grayscale: #666666. Windows color (decimal): -6272660 or 7096736. OLE color: 7096736.

HSL color Cylindrical-coordinate representation of color #A0496C: hue angle of 335.86º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0496C is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 73 108 -
CMYK 0 0.54 0.32 0.37
HSL 335.86º 0.37% 0.46% -
HSV(B) 335.86º 0.54% 0.63% -
XYZ 19.59 13.32 15.73 -
YUV 103 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 160 73 108 0 0.54 0.32 0.37 335.86 0.37 0.46
Hex A0 49 6C 0 36 20 25 150 25 2E
Octal 240 111 154 0 66 40 45 520 45 56
Binary 10100000 1001001 1101100 0 110110 100000 100101 101010000 100101 101110

Color Harmonies of #A0496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0496C

Black with #A0496C

Text Example


Text Example

White with #A0496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0496C; }

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

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

background-color css

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

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

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

border-color css

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

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

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