Html Css Color HEX #AB3974 Rouge

📋 copy color: '#AB3974'

red 171 ◦ green 57 ◦ blue 116

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

Shades of Rouge #AB3974

Tints of Rouge #AB3974

RGB

 RED value IS 171 (67.19% from 255) = 49.71%

 GREEN value IS 57 (22.66% from 255) = 16.57%

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

R = 49.71%
G = 16.57%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB3974 (or 0xAB3974) is known color: Rouge. HEX triplet: AB, 39 and 74. RGB value is (171,57,116). Sum of RGB (Red+Green+Blue) = 171+57+116=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3974 is #54C68B. Grayscale: #616161. Windows color (decimal): -5555852 or 7616939. OLE color: 7616939.

HSL color Cylindrical-coordinate representation of color #AB3974: hue angle of 328.95º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3974 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 57 116 -
CMYK 0 0.67 0.32 0.33
HSL 328.95º 0.5% 0.45% -
HSV(B) 328.95º 0.67% 0.67% -
XYZ 21.41 12.85 17.87 -
YUV 97.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 171 57 116 0 0.67 0.32 0.33 328.95 0.5 0.45
Hex AB 39 74 0 43 20 21 149 32 2D
Octal 253 71 164 0 103 40 41 511 62 55
Binary 10101011 111001 1110100 0 1000011 100000 100001 101001001 110010 101101

Color Harmonies of #AB3974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3974

Black with #AB3974

Text Example


Text Example

White with #AB3974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3974; }

 p { color: rgb(171,57,116); }

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

background-color css

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

 a { background-color: rgb(171,57,116); }

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

border-color css

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

 span { border-color: rgb(171,57,116); }

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