Html Css Color HEX #A0336D Rouge

📋 copy color: '#A0336D'

red 160 ◦ green 51 ◦ blue 109

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

Shades of Rouge #A0336D

Tints of Rouge #A0336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.94%

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

R = 50%
G = 15.94%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0336D (or 0xA0336D) is known color: Rouge. HEX triplet: A0, 33 and 6D. RGB value is (160,51,109). Sum of RGB (Red+Green+Blue) = 160+51+109=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0336D is #5FCC92. Grayscale: #5A5A5A. Windows color (decimal): -6278291 or 7156640. OLE color: 7156640.

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

Color convert

RGB 160 51 109 -
CMYK 0 0.68 0.32 0.37
HSL 328.07º 0.52% 0.41% -
HSV(B) 328.07º 0.68% 0.63% -
XYZ 18.44 10.95 15.61 -
YUV 90.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 160 51 109 0 0.68 0.32 0.37 328.07 0.52 0.41
Hex A0 33 6D 0 44 20 25 148 34 29
Octal 240 63 155 0 104 40 45 510 64 51
Binary 10100000 110011 1101101 0 1000100 100000 100101 101001000 110100 101001

Color Harmonies of #A0336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0336D

Black with #A0336D

Text Example


Text Example

White with #A0336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0336D; }

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

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

background-color css

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

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

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

border-color css

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

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

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