Html Css Color HEX #A03863 Rouge

📋 copy color: '#A03863'

red 160 ◦ green 56 ◦ blue 99

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

Shades of Rouge #A03863

Tints of Rouge #A03863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.43%

R = 50.79%
G = 17.78%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A03863 (or 0xA03863) is known color: Rouge. HEX triplet: A0, 38 and 63. RGB value is (160,56,99). Sum of RGB (Red+Green+Blue) = 160+56+99=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A03863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03863 is #5FC79C. Grayscale: #5B5B5B. Windows color (decimal): -6277021 or 6502560. OLE color: 6502560.

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

Color convert

RGB 160 56 99 -
CMYK 0 0.65 0.38 0.37
HSL 335.19º 0.48% 0.42% -
HSV(B) 335.19º 0.65% 0.63% -
XYZ 18.16 11.2 13.01 -
YUV 92 131.96 176.5 -
System Red Green Blue C M Y K H S L
Decimal 160 56 99 0 0.65 0.38 0.37 335.19 0.48 0.42
Hex A0 38 63 0 41 26 25 14F 30 2A
Octal 240 70 143 0 101 46 45 517 60 52
Binary 10100000 111000 1100011 0 1000001 100110 100101 101001111 110000 101010

Color Harmonies of #A03863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03863

Black with #A03863

Text Example


Text Example

White with #A03863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03863; }

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

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

background-color css

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

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

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

border-color css

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

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

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