Html Css Color HEX #AB3167 Rouge

📋 copy color: '#AB3167'

red 171 ◦ green 49 ◦ blue 103

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

Shades of Rouge #AB3167

Tints of Rouge #AB3167

RGB

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

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

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

R = 52.94%
G = 15.17%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB3167 (or 0xAB3167) is known color: Rouge. HEX triplet: AB, 31 and 67. RGB value is (171,49,103). Sum of RGB (Red+Green+Blue) = 171+49+103=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3167 is #54CE98. Grayscale: #5B5B5B. Windows color (decimal): -5557913 or 6762923. OLE color: 6762923.

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

Color convert

RGB 171 49 103 -
CMYK 0 0.71 0.40 0.33
HSL 333.44º 0.55% 0.43% -
HSV(B) 333.44º 0.71% 0.67% -
XYZ 20.34 11.83 14.04 -
YUV 91.63 134.42 184.61 -
System Red Green Blue C M Y K H S L
Decimal 171 49 103 0 0.71 0.40 0.33 333.44 0.55 0.43
Hex AB 31 67 0 47 28 21 14D 37 2B
Octal 253 61 147 0 107 50 41 515 67 53
Binary 10101011 110001 1100111 0 1000111 101000 100001 101001101 110111 101011

Color Harmonies of #AB3167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3167

Black with #AB3167

Text Example


Text Example

White with #AB3167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3167; }

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

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

background-color css

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

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

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

border-color css

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

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

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