Html Css Color HEX #AB3661 Rouge

📋 copy color: '#AB3661'

red 171 ◦ green 54 ◦ blue 97

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

Shades of Rouge #AB3661

Tints of Rouge #AB3661

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.77%

 BLUE value IS 97 (38.28% from 255) = 30.12%

R = 53.11%
G = 16.77%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB3661 (or 0xAB3661) is known color: Rouge. HEX triplet: AB, 36 and 61. RGB value is (171,54,97). Sum of RGB (Red+Green+Blue) = 171+54+97=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3661 is #54C99E. Grayscale: #5D5D5D. Windows color (decimal): -5556639 or 6370987. OLE color: 6370987.

HSL color Cylindrical-coordinate representation of color #AB3661: hue angle of 337.95º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3661 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 54 97 -
CMYK 0 0.68 0.43 0.33
HSL 337.95º 0.52% 0.44% -
HSV(B) 337.95º 0.68% 0.67% -
XYZ 20.27 12.16 12.59 -
YUV 93.89 129.76 183 -
System Red Green Blue C M Y K H S L
Decimal 171 54 97 0 0.68 0.43 0.33 337.95 0.52 0.44
Hex AB 36 61 0 44 2B 21 152 34 2C
Octal 253 66 141 0 104 53 41 522 64 54
Binary 10101011 110110 1100001 0 1000100 101011 100001 101010010 110100 101100

Color Harmonies of #AB3661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3661

Black with #AB3661

Text Example


Text Example

White with #AB3661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3661; }

 p { color: rgb(171,54,97); }

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

background-color css

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

 a { background-color: rgb(171,54,97); }

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

border-color css

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

 span { border-color: rgb(171,54,97); }

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