Html Css Color HEX #AB4166 Rouge

📋 copy color: '#AB4166'

red 171 ◦ green 65 ◦ blue 102

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

Shades of Rouge #AB4166

Tints of Rouge #AB4166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.23%

 BLUE value IS 102 (40.23% from 255) = 30.18%

R = 50.59%
G = 19.23%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB4166 (or 0xAB4166) is known color: Rouge. HEX triplet: AB, 41 and 66. RGB value is (171,65,102). Sum of RGB (Red+Green+Blue) = 171+65+102=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4166 is #54BE99. Grayscale: #646464. Windows color (decimal): -5553818 or 6701483. OLE color: 6701483.

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

Color convert

RGB 171 65 102 -
CMYK 0 0.62 0.40 0.33
HSL 339.06º 0.45% 0.46% -
HSV(B) 339.06º 0.62% 0.67% -
XYZ 21.08 13.4 14.05 -
YUV 100.91 128.62 177.99 -
System Red Green Blue C M Y K H S L
Decimal 171 65 102 0 0.62 0.40 0.33 339.06 0.45 0.46
Hex AB 41 66 0 3E 28 21 153 2D 2E
Octal 253 101 146 0 76 50 41 523 55 56
Binary 10101011 1000001 1100110 0 111110 101000 100001 101010011 101101 101110

Color Harmonies of #AB4166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4166

Black with #AB4166

Text Example


Text Example

White with #AB4166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4166; }

 p { color: rgb(171,65,102); }

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

background-color css

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

 a { background-color: rgb(171,65,102); }

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

border-color css

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

 span { border-color: rgb(171,65,102); }

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