Html Css Color HEX #AF3159 Rouge

📋 copy color: '#AF3159'

red 175 ◦ green 49 ◦ blue 89

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

Shades of Rouge #AF3159

Tints of Rouge #AF3159

RGB

 RED value IS 175 (68.75% from 255) = 55.91%

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

 BLUE value IS 89 (35.16% from 255) = 28.43%

R = 55.91%
G = 15.65%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF3159 (or 0xAF3159) is known color: Rouge. HEX triplet: AF, 31 and 59. RGB value is (175,49,89). Sum of RGB (Red+Green+Blue) = 175+49+89=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3159 is #50CEA6. Grayscale: #5B5B5B. Windows color (decimal): -5295783 or 5845423. OLE color: 5845423.

HSL color Cylindrical-coordinate representation of color #AF3159: hue angle of 340.95º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3159 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 49 89 -
CMYK 0 0.72 0.49 0.31
HSL 340.95º 0.56% 0.44% -
HSV(B) 340.95º 0.72% 0.69% -
XYZ 20.58 12.03 10.69 -
YUV 91.23 126.74 187.75 -
System Red Green Blue C M Y K H S L
Decimal 175 49 89 0 0.72 0.49 0.31 340.95 0.56 0.44
Hex AF 31 59 0 48 31 1F 155 38 2C
Octal 257 61 131 0 110 61 37 525 70 54
Binary 10101111 110001 1011001 0 1001000 110001 11111 101010101 111000 101100

Color Harmonies of #AF3159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3159

Black with #AF3159

Text Example


Text Example

White with #AF3159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3159; }

 p { color: rgb(175,49,89); }

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

background-color css

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

 a { background-color: rgb(175,49,89); }

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

border-color css

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

 span { border-color: rgb(175,49,89); }

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