Html Css Color HEX #AB276C Rouge

📋 copy color: '#AB276C'

red 171 ◦ green 39 ◦ blue 108

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

Shades of Rouge #AB276C

Tints of Rouge #AB276C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 53.77%
G = 12.26%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB276C (or 0xAB276C) is known color: Rouge. HEX triplet: AB, 27 and 6C. RGB value is (171,39,108). Sum of RGB (Red+Green+Blue) = 171+39+108=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB276C is #54D893. Grayscale: #565656. Windows color (decimal): -5560468 or 7088043. OLE color: 7088043.

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

Color convert

RGB 171 39 108 -
CMYK 0 0.77 0.37 0.33
HSL 328.64º 0.63% 0.41% -
HSV(B) 328.64º 0.77% 0.67% -
XYZ 20.23 11.19 15.28 -
YUV 86.33 140.23 188.39 -
System Red Green Blue C M Y K H S L
Decimal 171 39 108 0 0.77 0.37 0.33 328.64 0.63 0.41
Hex AB 27 6C 0 4D 25 21 149 3F 29
Octal 253 47 154 0 115 45 41 511 77 51
Binary 10101011 100111 1101100 0 1001101 100101 100001 101001001 111111 101001

Color Harmonies of #AB276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB276C

Black with #AB276C

Text Example


Text Example

White with #AB276C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB276C; }

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

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

background-color css

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

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

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

border-color css

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

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

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