Html Css Color HEX #AB2764 Rouge

📋 copy color: '#AB2764'

red 171 ◦ green 39 ◦ blue 100

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

Shades of Rouge #AB2764

Tints of Rouge #AB2764

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.58%

 BLUE value IS 100 (39.45% from 255) = 32.26%

R = 55.16%
G = 12.58%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB2764 (or 0xAB2764) is known color: Rouge. HEX triplet: AB, 27 and 64. RGB value is (171,39,100). Sum of RGB (Red+Green+Blue) = 171+39+100=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2764 is #54D89B. Grayscale: #555555. Windows color (decimal): -5560476 or 6563755. OLE color: 6563755.

HSL color Cylindrical-coordinate representation of color #AB2764: hue angle of 332.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2764 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 39 100 -
CMYK 0 0.77 0.42 0.33
HSL 332.27º 0.63% 0.41% -
HSV(B) 332.27º 0.77% 0.67% -
XYZ 19.82 11.03 13.14 -
YUV 85.42 136.23 189.04 -
System Red Green Blue C M Y K H S L
Decimal 171 39 100 0 0.77 0.42 0.33 332.27 0.63 0.41
Hex AB 27 64 0 4D 2A 21 14C 3F 29
Octal 253 47 144 0 115 52 41 514 77 51
Binary 10101011 100111 1100100 0 1001101 101010 100001 101001100 111111 101001

Color Harmonies of #AB2764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2764

Black with #AB2764

Text Example


Text Example

White with #AB2764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2764; }

 p { color: rgb(171,39,100); }

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

background-color css

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

 a { background-color: rgb(171,39,100); }

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

border-color css

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

 span { border-color: rgb(171,39,100); }

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