Html Css Color HEX #AF315D Rouge

📋 copy color: '#AF315D'

red 175 ◦ green 49 ◦ blue 93

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

Shades of Rouge #AF315D

Tints of Rouge #AF315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.34%

R = 55.21%
G = 15.46%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF315D (or 0xAF315D) is known color: Rouge. HEX triplet: AF, 31 and 5D. RGB value is (175,49,93). Sum of RGB (Red+Green+Blue) = 175+49+93=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF315D is #50CEA2. Grayscale: #5B5B5B. Windows color (decimal): -5295779 or 6107567. OLE color: 6107567.

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

Color convert

RGB 175 49 93 -
CMYK 0 0.72 0.47 0.31
HSL 339.05º 0.56% 0.44% -
HSV(B) 339.05º 0.72% 0.69% -
XYZ 20.75 12.1 11.6 -
YUV 91.69 128.74 187.42 -
System Red Green Blue C M Y K H S L
Decimal 175 49 93 0 0.72 0.47 0.31 339.05 0.56 0.44
Hex AF 31 5D 0 48 2F 1F 153 38 2C
Octal 257 61 135 0 110 57 37 523 70 54
Binary 10101111 110001 1011101 0 1001000 101111 11111 101010011 111000 101100

Color Harmonies of #AF315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF315D

Black with #AF315D

Text Example


Text Example

White with #AF315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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