Html Css Color HEX #AB3563 Rouge

📋 copy color: '#AB3563'

red 171 ◦ green 53 ◦ blue 99

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

Shades of Rouge #AB3563

Tints of Rouge #AB3563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.65%

R = 52.94%
G = 16.41%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB3563 (or 0xAB3563) is known color: Rouge. HEX triplet: AB, 35 and 63. RGB value is (171,53,99). Sum of RGB (Red+Green+Blue) = 171+53+99=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3563 is #54CA9C. Grayscale: #5D5D5D. Windows color (decimal): -5556893 or 6501803. OLE color: 6501803.

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

Color convert

RGB 171 53 99 -
CMYK 0 0.69 0.42 0.33
HSL 336.61º 0.53% 0.44% -
HSV(B) 336.61º 0.69% 0.67% -
XYZ 20.32 12.1 13.07 -
YUV 93.53 131.09 183.26 -
System Red Green Blue C M Y K H S L
Decimal 171 53 99 0 0.69 0.42 0.33 336.61 0.53 0.44
Hex AB 35 63 0 45 2A 21 151 35 2C
Octal 253 65 143 0 105 52 41 521 65 54
Binary 10101011 110101 1100011 0 1000101 101010 100001 101010001 110101 101100

Color Harmonies of #AB3563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3563

Black with #AB3563

Text Example


Text Example

White with #AB3563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3563; }

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

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

background-color css

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

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

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

border-color css

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

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

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