Html Css Color HEX #AB3C62 Rouge

📋 copy color: '#AB3C62'

red 171 ◦ green 60 ◦ blue 98

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

Shades of Rouge #AB3C62

Tints of Rouge #AB3C62

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.24%

 BLUE value IS 98 (38.67% from 255) = 29.79%

R = 51.98%
G = 18.24%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB3C62 (or 0xAB3C62) is known color: Rouge. HEX triplet: AB, 3C and 62. RGB value is (171,60,98). Sum of RGB (Red+Green+Blue) = 171+60+98=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3C62 is #54C39D. Grayscale: #616161. Windows color (decimal): -5555102 or 6438059. OLE color: 6438059.

HSL color Cylindrical-coordinate representation of color #AB3C62: hue angle of 339.46º degrees, saturation: 0.48, 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 #AB3C62 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 60 98 -
CMYK 0 0.65 0.43 0.33
HSL 339.46º 0.48% 0.45% -
HSV(B) 339.46º 0.65% 0.67% -
XYZ 20.62 12.77 12.93 -
YUV 97.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 171 60 98 0 0.65 0.43 0.33 339.46 0.48 0.45
Hex AB 3C 62 0 41 2B 21 153 30 2D
Octal 253 74 142 0 101 53 41 523 60 55
Binary 10101011 111100 1100010 0 1000001 101011 100001 101010011 110000 101101

Color Harmonies of #AB3C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3C62

Black with #AB3C62

Text Example


Text Example

White with #AB3C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3C62; }

 p { color: rgb(171,60,98); }

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

background-color css

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

 a { background-color: rgb(171,60,98); }

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

border-color css

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

 span { border-color: rgb(171,60,98); }

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