Html Css Color HEX #A83774 Rouge

📋 copy color: '#A83774'

red 168 ◦ green 55 ◦ blue 116

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

Shades of Rouge #A83774

Tints of Rouge #A83774

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.22%

 BLUE value IS 116 (45.7% from 255) = 34.22%

R = 49.56%
G = 16.22%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A83774 (or 0xA83774) is known color: Rouge. HEX triplet: A8, 37 and 74. RGB value is (168,55,116). Sum of RGB (Red+Green+Blue) = 168+55+116=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A83774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83774 is #57C88B. Grayscale: #5F5F5F. Windows color (decimal): -5752972 or 7616424. OLE color: 7616424.

HSL color Cylindrical-coordinate representation of color #A83774: hue angle of 327.61º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A83774 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 55 116 -
CMYK 0 0.67 0.31 0.34
HSL 327.61º 0.51% 0.44% -
HSV(B) 327.61º 0.67% 0.66% -
XYZ 20.67 12.32 17.81 -
YUV 95.74 139.44 179.54 -
System Red Green Blue C M Y K H S L
Decimal 168 55 116 0 0.67 0.31 0.34 327.61 0.51 0.44
Hex A8 37 74 0 43 1F 22 148 33 2C
Octal 250 67 164 0 103 37 42 510 63 54
Binary 10101000 110111 1110100 0 1000011 11111 100010 101001000 110011 101100

Color Harmonies of #A83774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83774

Black with #A83774

Text Example


Text Example

White with #A83774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83774; }

 p { color: rgb(168,55,116); }

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

background-color css

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

 a { background-color: rgb(168,55,116); }

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

border-color css

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

 span { border-color: rgb(168,55,116); }

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