Html Css Color HEX #A0396F Rouge

📋 copy color: '#A0396F'

red 160 ◦ green 57 ◦ blue 111

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

Shades of Rouge #A0396F

Tints of Rouge #A0396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.38%

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

R = 48.78%
G = 17.38%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0396F (or 0xA0396F) is known color: Rouge. HEX triplet: A0, 39 and 6F. RGB value is (160,57,111). Sum of RGB (Red+Green+Blue) = 160+57+111=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A0396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0396F is #5FC690. Grayscale: #5D5D5D. Windows color (decimal): -6276753 or 7289248. OLE color: 7289248.

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

Color convert

RGB 160 57 111 -
CMYK 0 0.64 0.31 0.37
HSL 328.54º 0.47% 0.43% -
HSV(B) 328.54º 0.64% 0.63% -
XYZ 18.83 11.55 16.28 -
YUV 93.95 137.62 175.11 -
System Red Green Blue C M Y K H S L
Decimal 160 57 111 0 0.64 0.31 0.37 328.54 0.47 0.43
Hex A0 39 6F 0 40 1F 25 149 2F 2B
Octal 240 71 157 0 100 37 45 511 57 53
Binary 10100000 111001 1101111 0 1000000 11111 100101 101001001 101111 101011

Color Harmonies of #A0396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0396F

Black with #A0396F

Text Example


Text Example

White with #A0396F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0396F; }

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

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

background-color css

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

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

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

border-color css

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

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

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