Html Css Color HEX #AB3164 Rouge

📋 copy color: '#AB3164'

red 171 ◦ green 49 ◦ blue 100

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

Shades of Rouge #AB3164

Tints of Rouge #AB3164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.25%

R = 53.44%
G = 15.31%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB3164 (or 0xAB3164) is known color: Rouge. HEX triplet: AB, 31 and 64. RGB value is (171,49,100). Sum of RGB (Red+Green+Blue) = 171+49+100=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3164 is #54CE9B. Grayscale: #5B5B5B. Windows color (decimal): -5557916 or 6566315. OLE color: 6566315.

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

Color convert

RGB 171 49 100 -
CMYK 0 0.71 0.42 0.33
HSL 334.92º 0.55% 0.43% -
HSV(B) 334.92º 0.71% 0.67% -
XYZ 20.19 11.77 13.27 -
YUV 91.29 132.92 184.85 -
System Red Green Blue C M Y K H S L
Decimal 171 49 100 0 0.71 0.42 0.33 334.92 0.55 0.43
Hex AB 31 64 0 47 2A 21 14F 37 2B
Octal 253 61 144 0 107 52 41 517 67 53
Binary 10101011 110001 1100100 0 1000111 101010 100001 101001111 110111 101011

Color Harmonies of #AB3164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3164

Black with #AB3164

Text Example


Text Example

White with #AB3164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3164; }

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

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

background-color css

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

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

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

border-color css

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

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

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