Html Css Color HEX #A03775 Rouge

📋 copy color: '#A03775'

red 160 ◦ green 55 ◦ blue 117

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

Shades of Rouge #A03775

Tints of Rouge #A03775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.57%

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 48.19%
G = 16.57%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A03775 (or 0xA03775) is known color: Rouge. HEX triplet: A0, 37 and 75. RGB value is (160,55,117). Sum of RGB (Red+Green+Blue) = 160+55+117=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A03775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03775 is #5FC88A. Grayscale: #5D5D5D. Windows color (decimal): -6277259 or 7681952. OLE color: 7681952.

HSL color Cylindrical-coordinate representation of color #A03775: hue angle of 324.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03775 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 55 117 -
CMYK 0 0.66 0.27 0.37
HSL 324.57º 0.49% 0.42% -
HSV(B) 324.57º 0.66% 0.63% -
XYZ 19.07 11.49 18.04 -
YUV 93.46 141.29 175.46 -
System Red Green Blue C M Y K H S L
Decimal 160 55 117 0 0.66 0.27 0.37 324.57 0.49 0.42
Hex A0 37 75 0 42 1B 25 145 31 2A
Octal 240 67 165 0 102 33 45 505 61 52
Binary 10100000 110111 1110101 0 1000010 11011 100101 101000101 110001 101010

Color Harmonies of #A03775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03775

Black with #A03775

Text Example


Text Example

White with #A03775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03775; }

 p { color: rgb(160,55,117); }

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

background-color css

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

 a { background-color: rgb(160,55,117); }

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

border-color css

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

 span { border-color: rgb(160,55,117); }

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