Html Css Color HEX #A03975 Rouge

📋 copy color: '#A03975'

red 160 ◦ green 57 ◦ blue 117

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

Shades of Rouge #A03975

Tints of Rouge #A03975

RGB

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

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

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

R = 47.9%
G = 17.07%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A03975 (or 0xA03975) is known color: Rouge. HEX triplet: A0, 39 and 75. RGB value is (160,57,117). Sum of RGB (Red+Green+Blue) = 160+57+117=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A03975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03975 is #5FC68A. Grayscale: #5E5E5E. Windows color (decimal): -6276747 or 7682464. OLE color: 7682464.

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

Color convert

RGB 160 57 117 -
CMYK 0 0.64 0.27 0.37
HSL 325.05º 0.47% 0.43% -
HSV(B) 325.05º 0.64% 0.63% -
XYZ 19.17 11.68 18.07 -
YUV 94.64 140.62 174.62 -
System Red Green Blue C M Y K H S L
Decimal 160 57 117 0 0.64 0.27 0.37 325.05 0.47 0.43
Hex A0 39 75 0 40 1B 25 145 2F 2B
Octal 240 71 165 0 100 33 45 505 57 53
Binary 10100000 111001 1110101 0 1000000 11011 100101 101000101 101111 101011

Color Harmonies of #A03975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03975

Black with #A03975

Text Example


Text Example

White with #A03975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03975; }

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

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

background-color css

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

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

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

border-color css

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

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

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