Html Css Color HEX #AB2968 Rouge

📋 copy color: '#AB2968'

red 171 ◦ green 41 ◦ blue 104

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

Shades of Rouge #AB2968

Tints of Rouge #AB2968

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.97%

 BLUE value IS 104 (41.02% from 255) = 32.91%

R = 54.11%
G = 12.97%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB2968 (or 0xAB2968) is known color: Rouge. HEX triplet: AB, 29 and 68. RGB value is (171,41,104). Sum of RGB (Red+Green+Blue) = 171+41+104=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2968 is #54D697. Grayscale: #565656. Windows color (decimal): -5559960 or 6826411. OLE color: 6826411.

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

Color convert

RGB 171 41 104 -
CMYK 0 0.76 0.39 0.33
HSL 330.92º 0.61% 0.42% -
HSV(B) 330.92º 0.76% 0.67% -
XYZ 20.09 11.24 14.21 -
YUV 87.05 137.57 187.88 -
System Red Green Blue C M Y K H S L
Decimal 171 41 104 0 0.76 0.39 0.33 330.92 0.61 0.42
Hex AB 29 68 0 4C 27 21 14B 3D 2A
Octal 253 51 150 0 114 47 41 513 75 52
Binary 10101011 101001 1101000 0 1001100 100111 100001 101001011 111101 101010

Color Harmonies of #AB2968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2968

Black with #AB2968

Text Example


Text Example

White with #AB2968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2968; }

 p { color: rgb(171,41,104); }

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

background-color css

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

 a { background-color: rgb(171,41,104); }

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

border-color css

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

 span { border-color: rgb(171,41,104); }

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