Html Css Color HEX #A83370 Rouge

📋 copy color: '#A83370'

red 168 ◦ green 51 ◦ blue 112

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

Shades of Rouge #A83370

Tints of Rouge #A83370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.41%

 BLUE value IS 112 (44.14% from 255) = 33.84%

R = 50.76%
G = 15.41%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A83370 (or 0xA83370) is known color: Rouge. HEX triplet: A8, 33 and 70. RGB value is (168,51,112). Sum of RGB (Red+Green+Blue) = 168+51+112=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A83370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83370 is #57CC8F. Grayscale: #5C5C5C. Windows color (decimal): -5754000 or 7353256. OLE color: 7353256.

HSL color Cylindrical-coordinate representation of color #A83370: hue angle of 328.72º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83370 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 51 112 -
CMYK 0 0.70 0.33 0.34
HSL 328.72º 0.53% 0.43% -
HSV(B) 328.72º 0.7% 0.66% -
XYZ 20.26 11.86 16.55 -
YUV 92.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 168 51 112 0 0.70 0.33 0.34 328.72 0.53 0.43
Hex A8 33 70 0 46 21 22 149 35 2B
Octal 250 63 160 0 106 41 42 511 65 53
Binary 10101000 110011 1110000 0 1000110 100001 100010 101001001 110101 101011

Color Harmonies of #A83370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83370

Black with #A83370

Text Example


Text Example

White with #A83370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83370; }

 p { color: rgb(168,51,112); }

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

background-color css

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

 a { background-color: rgb(168,51,112); }

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

border-color css

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

 span { border-color: rgb(168,51,112); }

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