Html Css Color HEX #AB3670 Rouge

📋 copy color: '#AB3670'

red 171 ◦ green 54 ◦ blue 112

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

Shades of Rouge #AB3670

Tints of Rouge #AB3670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.02%

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 50.74%
G = 16.02%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB3670 (or 0xAB3670) is known color: Rouge. HEX triplet: AB, 36 and 70. RGB value is (171,54,112). Sum of RGB (Red+Green+Blue) = 171+54+112=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3670 is #54C98F. Grayscale: #5F5F5F. Windows color (decimal): -5556624 or 7354027. OLE color: 7354027.

HSL color Cylindrical-coordinate representation of color #AB3670: hue angle of 330.26º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3670 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 54 112 -
CMYK 0 0.68 0.35 0.33
HSL 330.26º 0.52% 0.44% -
HSV(B) 330.26º 0.68% 0.67% -
XYZ 21.04 12.47 16.63 -
YUV 95.6 137.26 181.78 -
System Red Green Blue C M Y K H S L
Decimal 171 54 112 0 0.68 0.35 0.33 330.26 0.52 0.44
Hex AB 36 70 0 44 23 21 14A 34 2C
Octal 253 66 160 0 104 43 41 512 64 54
Binary 10101011 110110 1110000 0 1000100 100011 100001 101001010 110100 101100

Color Harmonies of #AB3670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3670

Black with #AB3670

Text Example


Text Example

White with #AB3670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3670; }

 p { color: rgb(171,54,112); }

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

background-color css

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

 a { background-color: rgb(171,54,112); }

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

border-color css

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

 span { border-color: rgb(171,54,112); }

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