Html Css Color HEX #A0406D Rouge

📋 copy color: '#A0406D'

red 160 ◦ green 64 ◦ blue 109

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

Shades of Rouge #A0406D

Tints of Rouge #A0406D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.22%

 BLUE value IS 109 (42.97% from 255) = 32.73%

R = 48.05%
G = 19.22%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0406D (or 0xA0406D) is known color: Rouge. HEX triplet: A0, 40 and 6D. RGB value is (160,64,109). Sum of RGB (Red+Green+Blue) = 160+64+109=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A0406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0406D is #5FBF92. Grayscale: #616161. Windows color (decimal): -6274963 or 7159968. OLE color: 7159968.

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

Color convert

RGB 160 64 109 -
CMYK 0 0.6 0.32 0.37
HSL 331.88º 0.43% 0.44% -
HSV(B) 331.88º 0.6% 0.63% -
XYZ 19.09 12.24 15.83 -
YUV 97.83 134.3 172.34 -
System Red Green Blue C M Y K H S L
Decimal 160 64 109 0 0.6 0.32 0.37 331.88 0.43 0.44
Hex A0 40 6D 0 3C 20 25 14C 2B 2C
Octal 240 100 155 0 74 40 45 514 53 54
Binary 10100000 1000000 1101101 0 111100 100000 100101 101001100 101011 101100

Color Harmonies of #A0406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0406D

Black with #A0406D

Text Example


Text Example

White with #A0406D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0406D; }

 p { color: rgb(160,64,109); }

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

background-color css

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

 a { background-color: rgb(160,64,109); }

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

border-color css

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

 span { border-color: rgb(160,64,109); }

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