Html Css Color HEX #AB3165 Rouge

📋 copy color: '#AB3165'

red 171 ◦ green 49 ◦ blue 101

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

Shades of Rouge #AB3165

Tints of Rouge #AB3165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.46%

R = 53.27%
G = 15.26%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AB3165 (or 0xAB3165) is known color: Rouge. HEX triplet: AB, 31 and 65. RGB value is (171,49,101). Sum of RGB (Red+Green+Blue) = 171+49+101=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3165 is #54CE9A. Grayscale: #5B5B5B. Windows color (decimal): -5557915 or 6631851. OLE color: 6631851.

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

Color convert

RGB 171 49 101 -
CMYK 0 0.71 0.41 0.33
HSL 334.43º 0.55% 0.43% -
HSV(B) 334.43º 0.71% 0.67% -
XYZ 20.24 11.79 13.52 -
YUV 91.41 133.42 184.77 -
System Red Green Blue C M Y K H S L
Decimal 171 49 101 0 0.71 0.41 0.33 334.43 0.55 0.43
Hex AB 31 65 0 47 29 21 14E 37 2B
Octal 253 61 145 0 107 51 41 516 67 53
Binary 10101011 110001 1100101 0 1000111 101001 100001 101001110 110111 101011

Color Harmonies of #AB3165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3165

Black with #AB3165

Text Example


Text Example

White with #AB3165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3165; }

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

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

background-color css

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

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

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

border-color css

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

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

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