Html Css Color HEX #A0406B Rouge

📋 copy color: '#A0406B'

red 160 ◦ green 64 ◦ blue 107

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

Shades of Rouge #A0406B

Tints of Rouge #A0406B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.33%

R = 48.34%
G = 19.34%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0406B (or 0xA0406B) is known color: Rouge. HEX triplet: A0, 40 and 6B. RGB value is (160,64,107). Sum of RGB (Red+Green+Blue) = 160+64+107=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A0406B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0406B is #5FBF94. Grayscale: #616161. Windows color (decimal): -6274965 or 7028896. OLE color: 7028896.

HSL color Cylindrical-coordinate representation of color #A0406B: hue angle of 333.12º 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 #A0406B is Cyan = 0, Magento = 0.6, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 64 107 -
CMYK 0 0.6 0.33 0.37
HSL 333.13º 0.43% 0.44% -
HSV(B) 333.13º 0.6% 0.63% -
XYZ 18.98 12.2 15.26 -
YUV 97.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 160 64 107 0 0.6 0.33 0.37 333.13 0.43 0.44
Hex A0 40 6B 0 3C 21 25 14D 2B 2C
Octal 240 100 153 0 74 41 45 515 53 54
Binary 10100000 1000000 1101011 0 111100 100001 100101 101001101 101011 101100

Color Harmonies of #A0406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0406B

Black with #A0406B

Text Example


Text Example

White with #A0406B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0406B; }

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

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

background-color css

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

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

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

border-color css

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

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

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