Html Css Color HEX #A03875 Rouge

📋 copy color: '#A03875'

red 160 ◦ green 56 ◦ blue 117

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

Shades of Rouge #A03875

Tints of Rouge #A03875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.82%

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

R = 48.05%
G = 16.82%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A03875 (or 0xA03875) is known color: Rouge. HEX triplet: A0, 38 and 75. RGB value is (160,56,117). Sum of RGB (Red+Green+Blue) = 160+56+117=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A03875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03875 is #5FC78A. Grayscale: #5D5D5D. Windows color (decimal): -6277003 or 7682208. OLE color: 7682208.

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

Color convert

RGB 160 56 117 -
CMYK 0 0.65 0.27 0.37
HSL 324.81º 0.48% 0.42% -
HSV(B) 324.81º 0.65% 0.63% -
XYZ 19.12 11.59 18.06 -
YUV 94.05 140.96 175.04 -
System Red Green Blue C M Y K H S L
Decimal 160 56 117 0 0.65 0.27 0.37 324.81 0.48 0.42
Hex A0 38 75 0 41 1B 25 145 30 2A
Octal 240 70 165 0 101 33 45 505 60 52
Binary 10100000 111000 1110101 0 1000001 11011 100101 101000101 110000 101010

Color Harmonies of #A03875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03875

Black with #A03875

Text Example


Text Example

White with #A03875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03875; }

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

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

background-color css

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

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

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

border-color css

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

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

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