Html Css Color HEX #AB3975 Rouge

📋 copy color: '#AB3975'

red 171 ◦ green 57 ◦ blue 117

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

Shades of Rouge #AB3975

Tints of Rouge #AB3975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.52%

 BLUE value IS 117 (46.09% from 255) = 33.91%

R = 49.57%
G = 16.52%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB3975 (or 0xAB3975) is known color: Rouge. HEX triplet: AB, 39 and 75. RGB value is (171,57,117). Sum of RGB (Red+Green+Blue) = 171+57+117=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3975 is #54C68A. Grayscale: #616161. Windows color (decimal): -5555851 or 7682475. OLE color: 7682475.

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

Color convert

RGB 171 57 117 -
CMYK 0 0.67 0.32 0.33
HSL 328.42º 0.5% 0.45% -
HSV(B) 328.42º 0.67% 0.67% -
XYZ 21.47 12.87 18.18 -
YUV 97.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 171 57 117 0 0.67 0.32 0.33 328.42 0.5 0.45
Hex AB 39 75 0 43 20 21 148 32 2D
Octal 253 71 165 0 103 40 41 510 62 55
Binary 10101011 111001 1110101 0 1000011 100000 100001 101001000 110010 101101

Color Harmonies of #AB3975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3975

Black with #AB3975

Text Example


Text Example

White with #AB3975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3975; }

 p { color: rgb(171,57,117); }

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

background-color css

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

 a { background-color: rgb(171,57,117); }

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

border-color css

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

 span { border-color: rgb(171,57,117); }

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