Html Css Color HEX #AF3163 Rouge

📋 copy color: '#AF3163'

red 175 ◦ green 49 ◦ blue 99

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

Shades of Rouge #AF3163

Tints of Rouge #AF3163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.65%

R = 54.18%
G = 15.17%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF3163 (or 0xAF3163) is known color: Rouge. HEX triplet: AF, 31 and 63. RGB value is (175,49,99). Sum of RGB (Red+Green+Blue) = 175+49+99=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3163 is #50CE9C. Grayscale: #5C5C5C. Windows color (decimal): -5295773 or 6500783. OLE color: 6500783.

HSL color Cylindrical-coordinate representation of color #AF3163: hue angle of 336.19º 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 #AF3163 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 49 99 -
CMYK 0 0.72 0.43 0.31
HSL 336.19º 0.56% 0.44% -
HSV(B) 336.19º 0.72% 0.69% -
XYZ 21.03 12.21 13.05 -
YUV 92.37 131.74 186.93 -
System Red Green Blue C M Y K H S L
Decimal 175 49 99 0 0.72 0.43 0.31 336.19 0.56 0.44
Hex AF 31 63 0 48 2B 1F 150 38 2C
Octal 257 61 143 0 110 53 37 520 70 54
Binary 10101111 110001 1100011 0 1001000 101011 11111 101010000 111000 101100

Color Harmonies of #AF3163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3163

Black with #AF3163

Text Example


Text Example

White with #AF3163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3163; }

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

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

background-color css

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

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

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

border-color css

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

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

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