Html Css Color HEX #A83163 Rouge

📋 copy color: '#A83163'

red 168 ◦ green 49 ◦ blue 99

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

Shades of Rouge #A83163

Tints of Rouge #A83163

RGB

 RED value IS 168 (66.02% from 255) = 53.16%

 GREEN value IS 49 (19.53% from 255) = 15.51%

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

R = 53.16%
G = 15.51%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A83163 (or 0xA83163) is known color: Rouge. HEX triplet: A8, 31 and 63. RGB value is (168,49,99). Sum of RGB (Red+Green+Blue) = 168+49+99=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A83163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83163 is #57CE9C. Grayscale: #5A5A5A. Windows color (decimal): -5754525 or 6500776. OLE color: 6500776.

HSL color Cylindrical-coordinate representation of color #A83163: hue angle of 334.79º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83163 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 49 99 -
CMYK 0 0.71 0.41 0.34
HSL 334.79º 0.55% 0.43% -
HSV(B) 334.79º 0.71% 0.66% -
XYZ 19.5 11.42 12.98 -
YUV 90.28 132.92 183.43 -
System Red Green Blue C M Y K H S L
Decimal 168 49 99 0 0.71 0.41 0.34 334.79 0.55 0.43
Hex A8 31 63 0 47 29 22 14F 37 2B
Octal 250 61 143 0 107 51 42 517 67 53
Binary 10101000 110001 1100011 0 1000111 101001 100010 101001111 110111 101011

Color Harmonies of #A83163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83163

Black with #A83163

Text Example


Text Example

White with #A83163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83163; }

 p { color: rgb(168,49,99); }

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

background-color css

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

 a { background-color: rgb(168,49,99); }

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

border-color css

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

 span { border-color: rgb(168,49,99); }

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