Html Css Color HEX #AB3162 Rouge

📋 copy color: '#AB3162'

red 171 ◦ green 49 ◦ blue 98

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

Shades of Rouge #AB3162

Tints of Rouge #AB3162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.41%

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

R = 53.77%
G = 15.41%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB3162 (or 0xAB3162) is known color: Rouge. HEX triplet: AB, 31 and 62. RGB value is (171,49,98). Sum of RGB (Red+Green+Blue) = 171+49+98=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3162 is #54CE9D. Grayscale: #5A5A5A. Windows color (decimal): -5557918 or 6435243. OLE color: 6435243.

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

Color convert

RGB 171 49 98 -
CMYK 0 0.71 0.43 0.33
HSL 335.9º 0.55% 0.43% -
HSV(B) 335.9º 0.71% 0.67% -
XYZ 20.1 11.74 12.76 -
YUV 91.06 131.92 185.02 -
System Red Green Blue C M Y K H S L
Decimal 171 49 98 0 0.71 0.43 0.33 335.9 0.55 0.43
Hex AB 31 62 0 47 2B 21 150 37 2B
Octal 253 61 142 0 107 53 41 520 67 53
Binary 10101011 110001 1100010 0 1000111 101011 100001 101010000 110111 101011

Color Harmonies of #AB3162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3162

Black with #AB3162

Text Example


Text Example

White with #AB3162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3162; }

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

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

background-color css

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

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

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

border-color css

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

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

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