Html Css Color HEX #AB396D Rouge

📋 copy color: '#AB396D'

red 171 ◦ green 57 ◦ blue 109

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

Shades of Rouge #AB396D

Tints of Rouge #AB396D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.34%

R = 50.74%
G = 16.91%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB396D (or 0xAB396D) is known color: Rouge. HEX triplet: AB, 39 and 6D. RGB value is (171,57,109). Sum of RGB (Red+Green+Blue) = 171+57+109=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB396D is #54C692. Grayscale: #606060. Windows color (decimal): -5555859 or 7158187. OLE color: 7158187.

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

Color convert

RGB 171 57 109 -
CMYK 0 0.67 0.36 0.33
HSL 332.63º 0.5% 0.45% -
HSV(B) 332.63º 0.67% 0.67% -
XYZ 21.02 12.69 15.81 -
YUV 97.01 134.77 180.77 -
System Red Green Blue C M Y K H S L
Decimal 171 57 109 0 0.67 0.36 0.33 332.63 0.5 0.45
Hex AB 39 6D 0 43 24 21 14D 32 2D
Octal 253 71 155 0 103 44 41 515 62 55
Binary 10101011 111001 1101101 0 1000011 100100 100001 101001101 110010 101101

Color Harmonies of #AB396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB396D

Black with #AB396D

Text Example


Text Example

White with #AB396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB396D; }

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

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

background-color css

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

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

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

border-color css

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

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

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