Html Css Color HEX #AB286A Rouge

📋 copy color: '#AB286A'

red 171 ◦ green 40 ◦ blue 106

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

Shades of Rouge #AB286A

Tints of Rouge #AB286A

RGB

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

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

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

R = 53.94%
G = 12.62%
B = 33.44%

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

#AB286A (or 0xAB286A) is known color: Rouge. HEX triplet: AB, 28 and 6A. RGB value is (171,40,106). Sum of RGB (Red+Green+Blue) = 171+40+106=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB286A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB286A is #54D795. Grayscale: #565656. Windows color (decimal): -5560214 or 6957227. OLE color: 6957227.

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

Color convert

RGB 171 40 106 -
CMYK 0 0.77 0.38 0.33
HSL 329.77º 0.62% 0.41% -
HSV(B) 329.77º 0.77% 0.67% -
XYZ 20.15 11.22 14.74 -
YUV 86.69 138.9 188.13 -
System Red Green Blue C M Y K H S L
Decimal 171 40 106 0 0.77 0.38 0.33 329.77 0.62 0.41
Hex AB 28 6A 0 4D 26 21 14A 3E 29
Octal 253 50 152 0 115 46 41 512 76 51
Binary 10101011 101000 1101010 0 1001101 100110 100001 101001010 111110 101001

Color Harmonies of #AB286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB286A

Black with #AB286A

Text Example


Text Example

White with #AB286A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB286A; }

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

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

background-color css

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

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

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

border-color css

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

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

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