Html Css Color HEX #AB286C Rouge

📋 copy color: '#AB286C'

red 171 ◦ green 40 ◦ blue 108

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

Shades of Rouge #AB286C

Tints of Rouge #AB286C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.54%

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

R = 53.61%
G = 12.54%
B = 33.86%

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

#AB286C (or 0xAB286C) is known color: Rouge. HEX triplet: AB, 28 and 6C. RGB value is (171,40,108). Sum of RGB (Red+Green+Blue) = 171+40+108=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB286C is #54D793. Grayscale: #565656. Windows color (decimal): -5560212 or 7088299. OLE color: 7088299.

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

Color convert

RGB 171 40 108 -
CMYK 0 0.77 0.37 0.33
HSL 328.85º 0.62% 0.41% -
HSV(B) 328.85º 0.77% 0.67% -
XYZ 20.26 11.26 15.29 -
YUV 86.92 139.9 187.97 -
System Red Green Blue C M Y K H S L
Decimal 171 40 108 0 0.77 0.37 0.33 328.85 0.62 0.41
Hex AB 28 6C 0 4D 25 21 149 3E 29
Octal 253 50 154 0 115 45 41 511 76 51
Binary 10101011 101000 1101100 0 1001101 100101 100001 101001001 111110 101001

Color Harmonies of #AB286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB286C

Black with #AB286C

Text Example


Text Example

White with #AB286C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB286C; }

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

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

background-color css

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

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

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

border-color css

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

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

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