Html Css Color HEX #A03373 Rouge

📋 copy color: '#A03373'

red 160 ◦ green 51 ◦ blue 115

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

Shades of Rouge #A03373

Tints of Rouge #A03373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.28%

R = 49.08%
G = 15.64%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A03373 (or 0xA03373) is known color: Rouge. HEX triplet: A0, 33 and 73. RGB value is (160,51,115). Sum of RGB (Red+Green+Blue) = 160+51+115=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A03373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03373 is #5FCC8C. Grayscale: #5A5A5A. Windows color (decimal): -6278285 or 7549856. OLE color: 7549856.

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

Color convert

RGB 160 51 115 -
CMYK 0 0.68 0.28 0.37
HSL 324.77º 0.52% 0.41% -
HSV(B) 324.77º 0.68% 0.63% -
XYZ 18.78 11.08 17.37 -
YUV 90.89 141.61 177.3 -
System Red Green Blue C M Y K H S L
Decimal 160 51 115 0 0.68 0.28 0.37 324.77 0.52 0.41
Hex A0 33 73 0 44 1C 25 145 34 29
Octal 240 63 163 0 104 34 45 505 64 51
Binary 10100000 110011 1110011 0 1000100 11100 100101 101000101 110100 101001

Color Harmonies of #A03373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03373

Black with #A03373

Text Example


Text Example

White with #A03373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03373; }

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

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

background-color css

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

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

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

border-color css

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

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

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