Html Css Color HEX #AB276A Rouge

📋 copy color: '#AB276A'

red 171 ◦ green 39 ◦ blue 106

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

Shades of Rouge #AB276A

Tints of Rouge #AB276A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 54.11%
G = 12.34%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AB276A (or 0xAB276A) is known color: Rouge. HEX triplet: AB, 27 and 6A. RGB value is (171,39,106). Sum of RGB (Red+Green+Blue) = 171+39+106=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB276A is #54D895. Grayscale: #555555. Windows color (decimal): -5560470 or 6956971. OLE color: 6956971.

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

Color convert

RGB 171 39 106 -
CMYK 0 0.77 0.38 0.33
HSL 329.55º 0.63% 0.41% -
HSV(B) 329.55º 0.77% 0.67% -
XYZ 20.12 11.15 14.73 -
YUV 86.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 171 39 106 0 0.77 0.38 0.33 329.55 0.63 0.41
Hex AB 27 6A 0 4D 26 21 14A 3F 29
Octal 253 47 152 0 115 46 41 512 77 51
Binary 10101011 100111 1101010 0 1001101 100110 100001 101001010 111111 101001

Color Harmonies of #AB276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB276A

Black with #AB276A

Text Example


Text Example

White with #AB276A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB276A; }

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

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

background-color css

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

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

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

border-color css

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

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

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