Html Css Color HEX #A83170 Rouge

📋 copy color: '#A83170'

red 168 ◦ green 49 ◦ blue 112

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

Shades of Rouge #A83170

Tints of Rouge #A83170

RGB

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

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

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

R = 51.06%
G = 14.89%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A83170 (or 0xA83170) is known color: Rouge. HEX triplet: A8, 31 and 70. RGB value is (168,49,112). Sum of RGB (Red+Green+Blue) = 168+49+112=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A83170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83170 is #57CE8F. Grayscale: #5B5B5B. Windows color (decimal): -5754512 or 7352744. OLE color: 7352744.

HSL color Cylindrical-coordinate representation of color #A83170: hue angle of 328.24º 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 #A83170 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 49 112 -
CMYK 0 0.71 0.33 0.34
HSL 328.24º 0.55% 0.43% -
HSV(B) 328.24º 0.71% 0.66% -
XYZ 20.17 11.69 16.52 -
YUV 91.76 139.42 182.38 -
System Red Green Blue C M Y K H S L
Decimal 168 49 112 0 0.71 0.33 0.34 328.24 0.55 0.43
Hex A8 31 70 0 47 21 22 148 37 2B
Octal 250 61 160 0 107 41 42 510 67 53
Binary 10101000 110001 1110000 0 1000111 100001 100010 101001000 110111 101011

Color Harmonies of #A83170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83170

Black with #A83170

Text Example


Text Example

White with #A83170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83170; }

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

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

background-color css

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

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

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

border-color css

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

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

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