Html Css Color HEX #AB3B63 Rouge

📋 copy color: '#AB3B63'

red 171 ◦ green 59 ◦ blue 99

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

Shades of Rouge #AB3B63

Tints of Rouge #AB3B63

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.93%

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

R = 51.98%
G = 17.93%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB3B63 (or 0xAB3B63) is known color: Rouge. HEX triplet: AB, 3B and 63. RGB value is (171,59,99). Sum of RGB (Red+Green+Blue) = 171+59+99=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3B63 is #54C49C. Grayscale: #606060. Windows color (decimal): -5555357 or 6503339. OLE color: 6503339.

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

Color convert

RGB 171 59 99 -
CMYK 0 0.65 0.42 0.33
HSL 338.57º 0.49% 0.45% -
HSV(B) 338.57º 0.65% 0.67% -
XYZ 20.61 12.69 13.17 -
YUV 97.05 129.11 180.75 -
System Red Green Blue C M Y K H S L
Decimal 171 59 99 0 0.65 0.42 0.33 338.57 0.49 0.45
Hex AB 3B 63 0 41 2A 21 153 31 2D
Octal 253 73 143 0 101 52 41 523 61 55
Binary 10101011 111011 1100011 0 1000001 101010 100001 101010011 110001 101101

Color Harmonies of #AB3B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3B63

Black with #AB3B63

Text Example


Text Example

White with #AB3B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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