Html Css Color HEX #A0436F Rouge

📋 copy color: '#A0436F'

red 160 ◦ green 67 ◦ blue 111

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

Shades of Rouge #A0436F

Tints of Rouge #A0436F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.82%

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

R = 47.34%
G = 19.82%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0436F (or 0xA0436F) is known color: Rouge. HEX triplet: A0, 43 and 6F. RGB value is (160,67,111). Sum of RGB (Red+Green+Blue) = 160+67+111=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0436F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0436F is #5FBC90. Grayscale: #636363. Windows color (decimal): -6274193 or 7291808. OLE color: 7291808.

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

Color convert

RGB 160 67 111 -
CMYK 0 0.58 0.31 0.37
HSL 331.61º 0.41% 0.45% -
HSV(B) 331.61º 0.58% 0.63% -
XYZ 19.37 12.64 16.46 -
YUV 99.82 134.31 170.92 -
System Red Green Blue C M Y K H S L
Decimal 160 67 111 0 0.58 0.31 0.37 331.61 0.41 0.45
Hex A0 43 6F 0 3A 1F 25 14C 29 2D
Octal 240 103 157 0 72 37 45 514 51 55
Binary 10100000 1000011 1101111 0 111010 11111 100101 101001100 101001 101101

Color Harmonies of #A0436F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0436F

Black with #A0436F

Text Example


Text Example

White with #A0436F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0436F; }

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

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

background-color css

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

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

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

border-color css

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

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

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