Html Css Color HEX #A0476C Rouge

📋 copy color: '#A0476C'

red 160 ◦ green 71 ◦ blue 108

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

Shades of Rouge #A0476C

Tints of Rouge #A0476C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.94%

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

R = 47.2%
G = 20.94%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0476C (or 0xA0476C) is known color: Rouge. HEX triplet: A0, 47 and 6C. RGB value is (160,71,108). Sum of RGB (Red+Green+Blue) = 160+71+108=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0476C is #5FB893. Grayscale: #656565. Windows color (decimal): -6273172 or 7096224. OLE color: 7096224.

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

Color convert

RGB 160 71 108 -
CMYK 0 0.56 0.32 0.37
HSL 335.06º 0.39% 0.45% -
HSV(B) 335.06º 0.56% 0.63% -
XYZ 19.46 13.06 15.68 -
YUV 101.83 131.49 169.49 -
System Red Green Blue C M Y K H S L
Decimal 160 71 108 0 0.56 0.32 0.37 335.06 0.39 0.45
Hex A0 47 6C 0 38 20 25 14F 27 2D
Octal 240 107 154 0 70 40 45 517 47 55
Binary 10100000 1000111 1101100 0 111000 100000 100101 101001111 100111 101101

Color Harmonies of #A0476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0476C

Black with #A0476C

Text Example


Text Example

White with #A0476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0476C; }

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

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

background-color css

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

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

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

border-color css

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

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

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