Html Css Color HEX #AF3160 Rouge

📋 copy color: '#AF3160'

red 175 ◦ green 49 ◦ blue 96

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

Shades of Rouge #AF3160

Tints of Rouge #AF3160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30%

R = 54.69%
G = 15.31%
B = 30%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF3160 (or 0xAF3160) is known color: Rouge. HEX triplet: AF, 31 and 60. RGB value is (175,49,96). Sum of RGB (Red+Green+Blue) = 175+49+96=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3160 is #50CE9F. Grayscale: #5B5B5B. Windows color (decimal): -5295776 or 6304175. OLE color: 6304175.

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

Color convert

RGB 175 49 96 -
CMYK 0 0.72 0.45 0.31
HSL 337.62º 0.56% 0.44% -
HSV(B) 337.62º 0.72% 0.69% -
XYZ 20.89 12.16 12.31 -
YUV 92.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 175 49 96 0 0.72 0.45 0.31 337.62 0.56 0.44
Hex AF 31 60 0 48 2D 1F 152 38 2C
Octal 257 61 140 0 110 55 37 522 70 54
Binary 10101111 110001 1100000 0 1001000 101101 11111 101010010 111000 101100

Color Harmonies of #AF3160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3160

Black with #AF3160

Text Example


Text Example

White with #AF3160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3160; }

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

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

background-color css

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

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

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

border-color css

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

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

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