Html Css Color HEX #A83371 Rouge

📋 copy color: '#A83371'

red 168 ◦ green 51 ◦ blue 113

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

Shades of Rouge #A83371

Tints of Rouge #A83371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.04%

R = 50.6%
G = 15.36%
B = 34.04%

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

#A83371 (or 0xA83371) is known color: Rouge. HEX triplet: A8, 33 and 71. RGB value is (168,51,113). Sum of RGB (Red+Green+Blue) = 168+51+113=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A83371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83371 is #57CC8E. Grayscale: #5C5C5C. Windows color (decimal): -5753999 or 7418792. OLE color: 7418792.

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

Color convert

RGB 168 51 113 -
CMYK 0 0.70 0.33 0.34
HSL 328.21º 0.53% 0.43% -
HSV(B) 328.21º 0.7% 0.66% -
XYZ 20.31 11.88 16.85 -
YUV 93.05 139.26 181.46 -
System Red Green Blue C M Y K H S L
Decimal 168 51 113 0 0.70 0.33 0.34 328.21 0.53 0.43
Hex A8 33 71 0 46 21 22 148 35 2B
Octal 250 63 161 0 106 41 42 510 65 53
Binary 10101000 110011 1110001 0 1000110 100001 100010 101001000 110101 101011

Color Harmonies of #A83371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83371

Black with #A83371

Text Example


Text Example

White with #A83371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83371; }

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

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

background-color css

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

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

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

border-color css

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

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

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