Html Css Color HEX #AB316C Rouge

📋 copy color: '#AB316C'

red 171 ◦ green 49 ◦ blue 108

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

Shades of Rouge #AB316C

Tints of Rouge #AB316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.94%

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

R = 52.13%
G = 14.94%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB316C (or 0xAB316C) is known color: Rouge. HEX triplet: AB, 31 and 6C. RGB value is (171,49,108). Sum of RGB (Red+Green+Blue) = 171+49+108=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB316C is #54CE93. Grayscale: #5C5C5C. Windows color (decimal): -5557908 or 7090603. OLE color: 7090603.

HSL color Cylindrical-coordinate representation of color #AB316C: hue angle of 330.98º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB316C is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 49 108 -
CMYK 0 0.71 0.37 0.33
HSL 330.98º 0.55% 0.43% -
HSV(B) 330.98º 0.71% 0.67% -
XYZ 20.6 11.94 15.41 -
YUV 92.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 171 49 108 0 0.71 0.37 0.33 330.98 0.55 0.43
Hex AB 31 6C 0 47 25 21 14B 37 2B
Octal 253 61 154 0 107 45 41 513 67 53
Binary 10101011 110001 1101100 0 1000111 100101 100001 101001011 110111 101011

Color Harmonies of #AB316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB316C

Black with #AB316C

Text Example


Text Example

White with #AB316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB316C; }

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

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

background-color css

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

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

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

border-color css

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

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

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