Html Css Color HEX #AB3773 Rouge

📋 copy color: '#AB3773'

red 171 ◦ green 55 ◦ blue 115

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

Shades of Rouge #AB3773

Tints of Rouge #AB3773

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.13%

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 50.15%
G = 16.13%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB3773 (or 0xAB3773) is known color: Rouge. HEX triplet: AB, 37 and 73. RGB value is (171,55,115). Sum of RGB (Red+Green+Blue) = 171+55+115=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3773 is #54C88C. Grayscale: #606060. Windows color (decimal): -5556365 or 7550891. OLE color: 7550891.

HSL color Cylindrical-coordinate representation of color #AB3773: hue angle of 328.97º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3773 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 55 115 -
CMYK 0 0.68 0.33 0.33
HSL 328.97º 0.51% 0.44% -
HSV(B) 328.97º 0.68% 0.67% -
XYZ 21.26 12.63 17.54 -
YUV 96.52 138.43 181.12 -
System Red Green Blue C M Y K H S L
Decimal 171 55 115 0 0.68 0.33 0.33 328.97 0.51 0.44
Hex AB 37 73 0 44 21 21 149 33 2C
Octal 253 67 163 0 104 41 41 511 63 54
Binary 10101011 110111 1110011 0 1000100 100001 100001 101001001 110011 101100

Color Harmonies of #AB3773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3773

Black with #AB3773

Text Example


Text Example

White with #AB3773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3773; }

 p { color: rgb(171,55,115); }

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

background-color css

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

 a { background-color: rgb(171,55,115); }

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

border-color css

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

 span { border-color: rgb(171,55,115); }

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