Html Css Color HEX #AB315D Rouge

📋 copy color: '#AB315D'

red 171 ◦ green 49 ◦ blue 93

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

Shades of Rouge #AB315D

Tints of Rouge #AB315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.71%

R = 54.63%
G = 15.65%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB315D (or 0xAB315D) is known color: Rouge. HEX triplet: AB, 31 and 5D. RGB value is (171,49,93). Sum of RGB (Red+Green+Blue) = 171+49+93=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB315D is #54CEA2. Grayscale: #5A5A5A. Windows color (decimal): -5557923 or 6107563. OLE color: 6107563.

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

Color convert

RGB 171 49 93 -
CMYK 0 0.71 0.46 0.33
HSL 338.36º 0.55% 0.43% -
HSV(B) 338.36º 0.71% 0.67% -
XYZ 19.87 11.64 11.56 -
YUV 90.49 129.42 185.42 -
System Red Green Blue C M Y K H S L
Decimal 171 49 93 0 0.71 0.46 0.33 338.36 0.55 0.43
Hex AB 31 5D 0 47 2E 21 152 37 2B
Octal 253 61 135 0 107 56 41 522 67 53
Binary 10101011 110001 1011101 0 1000111 101110 100001 101010010 110111 101011

Color Harmonies of #AB315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB315D

Black with #AB315D

Text Example


Text Example

White with #AB315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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