Html Css Color HEX #A0336E Rouge

📋 copy color: '#A0336E'

red 160 ◦ green 51 ◦ blue 110

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

Shades of Rouge #A0336E

Tints of Rouge #A0336E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.27%

R = 49.84%
G = 15.89%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0336E (or 0xA0336E) is known color: Rouge. HEX triplet: A0, 33 and 6E. RGB value is (160,51,110). Sum of RGB (Red+Green+Blue) = 160+51+110=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0336E is #5FCC91. Grayscale: #5A5A5A. Windows color (decimal): -6278290 or 7222176. OLE color: 7222176.

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

Color convert

RGB 160 51 110 -
CMYK 0 0.68 0.31 0.37
HSL 327.52º 0.52% 0.41% -
HSV(B) 327.52º 0.68% 0.63% -
XYZ 18.5 10.97 15.89 -
YUV 90.32 139.11 177.7 -
System Red Green Blue C M Y K H S L
Decimal 160 51 110 0 0.68 0.31 0.37 327.52 0.52 0.41
Hex A0 33 6E 0 44 1F 25 148 34 29
Octal 240 63 156 0 104 37 45 510 64 51
Binary 10100000 110011 1101110 0 1000100 11111 100101 101001000 110100 101001

Color Harmonies of #A0336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0336E

Black with #A0336E

Text Example


Text Example

White with #A0336E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0336E; }

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

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

background-color css

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

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

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

border-color css

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

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

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