Html Css Color HEX #A0406F Rouge

📋 copy color: '#A0406F'

red 160 ◦ green 64 ◦ blue 111

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

Shades of Rouge #A0406F

Tints of Rouge #A0406F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.13%

R = 47.76%
G = 19.1%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0406F (or 0xA0406F) is known color: Rouge. HEX triplet: A0, 40 and 6F. RGB value is (160,64,111). Sum of RGB (Red+Green+Blue) = 160+64+111=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0406F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0406F is #5FBF90. Grayscale: #616161. Windows color (decimal): -6274961 or 7291040. OLE color: 7291040.

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

Color convert

RGB 160 64 111 -
CMYK 0 0.6 0.31 0.37
HSL 330.63º 0.43% 0.44% -
HSV(B) 330.63º 0.6% 0.63% -
XYZ 19.2 12.29 16.4 -
YUV 98.06 135.3 172.18 -
System Red Green Blue C M Y K H S L
Decimal 160 64 111 0 0.6 0.31 0.37 330.63 0.43 0.44
Hex A0 40 6F 0 3C 1F 25 14B 2B 2C
Octal 240 100 157 0 74 37 45 513 53 54
Binary 10100000 1000000 1101111 0 111100 11111 100101 101001011 101011 101100

Color Harmonies of #A0406F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0406F

Black with #A0406F

Text Example


Text Example

White with #A0406F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0406F; }

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

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

background-color css

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

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

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

border-color css

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

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

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