Html Css Color HEX #AB315A Rouge

📋 copy color: '#AB315A'

red 171 ◦ green 49 ◦ blue 90

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

Shades of Rouge #AB315A

Tints of Rouge #AB315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.03%

R = 55.16%
G = 15.81%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB315A (or 0xAB315A) is known color: Rouge. HEX triplet: AB, 31 and 5A. RGB value is (171,49,90). Sum of RGB (Red+Green+Blue) = 171+49+90=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB315A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB315A is #54CEA5. Grayscale: #5A5A5A. Windows color (decimal): -5557926 or 5910955. OLE color: 5910955.

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

Color convert

RGB 171 49 90 -
CMYK 0 0.71 0.47 0.33
HSL 339.84º 0.55% 0.43% -
HSV(B) 339.84º 0.71% 0.67% -
XYZ 19.74 11.59 10.87 -
YUV 90.15 127.92 185.67 -
System Red Green Blue C M Y K H S L
Decimal 171 49 90 0 0.71 0.47 0.33 339.84 0.55 0.43
Hex AB 31 5A 0 47 2F 21 154 37 2B
Octal 253 61 132 0 107 57 41 524 67 53
Binary 10101011 110001 1011010 0 1000111 101111 100001 101010100 110111 101011

Color Harmonies of #AB315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB315A

Black with #AB315A

Text Example


Text Example

White with #AB315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB315A; }

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

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

background-color css

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

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

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

border-color css

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

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

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