Html Css Color HEX #AB4167 Rouge

📋 copy color: '#AB4167'

red 171 ◦ green 65 ◦ blue 103

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

Shades of Rouge #AB4167

Tints of Rouge #AB4167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.38%

R = 50.44%
G = 19.17%
B = 30.38%

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

#AB4167 (or 0xAB4167) is known color: Rouge. HEX triplet: AB, 41 and 67. RGB value is (171,65,103). Sum of RGB (Red+Green+Blue) = 171+65+103=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4167 is #54BE98. Grayscale: #646464. Windows color (decimal): -5553817 or 6767019. OLE color: 6767019.

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

Color convert

RGB 171 65 103 -
CMYK 0 0.62 0.40 0.33
HSL 338.49º 0.45% 0.46% -
HSV(B) 338.49º 0.62% 0.67% -
XYZ 21.13 13.42 14.31 -
YUV 101.03 129.12 177.91 -
System Red Green Blue C M Y K H S L
Decimal 171 65 103 0 0.62 0.40 0.33 338.49 0.45 0.46
Hex AB 41 67 0 3E 28 21 152 2D 2E
Octal 253 101 147 0 76 50 41 522 55 56
Binary 10101011 1000001 1100111 0 111110 101000 100001 101010010 101101 101110

Color Harmonies of #AB4167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4167

Black with #AB4167

Text Example


Text Example

White with #AB4167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4167; }

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

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

background-color css

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

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

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

border-color css

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

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

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