Html Css Color HEX #AB3561 Rouge

📋 copy color: '#AB3561'

red 171 ◦ green 53 ◦ blue 97

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

Shades of Rouge #AB3561

Tints of Rouge #AB3561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.51%

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

R = 53.27%
G = 16.51%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB3561 (or 0xAB3561) is known color: Rouge. HEX triplet: AB, 35 and 61. RGB value is (171,53,97). Sum of RGB (Red+Green+Blue) = 171+53+97=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3561 is #54CA9E. Grayscale: #5D5D5D. Windows color (decimal): -5556895 or 6370731. OLE color: 6370731.

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

Color convert

RGB 171 53 97 -
CMYK 0 0.69 0.43 0.33
HSL 337.63º 0.53% 0.44% -
HSV(B) 337.63º 0.69% 0.67% -
XYZ 20.23 12.07 12.57 -
YUV 93.3 130.09 183.42 -
System Red Green Blue C M Y K H S L
Decimal 171 53 97 0 0.69 0.43 0.33 337.63 0.53 0.44
Hex AB 35 61 0 45 2B 21 152 35 2C
Octal 253 65 141 0 105 53 41 522 65 54
Binary 10101011 110101 1100001 0 1000101 101011 100001 101010010 110101 101100

Color Harmonies of #AB3561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3561

Black with #AB3561

Text Example


Text Example

White with #AB3561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3561; }

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

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

background-color css

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

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

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

border-color css

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

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

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