Html Css Color HEX #AB346D Rouge

📋 copy color: '#AB346D'

red 171 ◦ green 52 ◦ blue 109

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

Shades of Rouge #AB346D

Tints of Rouge #AB346D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.66%

 BLUE value IS 109 (42.97% from 255) = 32.83%

R = 51.51%
G = 15.66%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB346D (or 0xAB346D) is known color: Rouge. HEX triplet: AB, 34 and 6D. RGB value is (171,52,109). Sum of RGB (Red+Green+Blue) = 171+52+109=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB346D is #54CB92. Grayscale: #5D5D5D. Windows color (decimal): -5557139 or 7156907. OLE color: 7156907.

HSL color Cylindrical-coordinate representation of color #AB346D: hue angle of 331.26º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB346D is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 52 109 -
CMYK 0 0.70 0.36 0.33
HSL 331.26º 0.53% 0.44% -
HSV(B) 331.26º 0.7% 0.67% -
XYZ 20.78 12.22 15.73 -
YUV 94.08 136.42 182.87 -
System Red Green Blue C M Y K H S L
Decimal 171 52 109 0 0.70 0.36 0.33 331.26 0.53 0.44
Hex AB 34 6D 0 46 24 21 14B 35 2C
Octal 253 64 155 0 106 44 41 513 65 54
Binary 10101011 110100 1101101 0 1000110 100100 100001 101001011 110101 101100

Color Harmonies of #AB346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB346D

Black with #AB346D

Text Example


Text Example

White with #AB346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB346D; }

 p { color: rgb(171,52,109); }

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

background-color css

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

 a { background-color: rgb(171,52,109); }

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

border-color css

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

 span { border-color: rgb(171,52,109); }

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