Html Css Color HEX #AF315C Rouge

📋 copy color: '#AF315C'

red 175 ◦ green 49 ◦ blue 92

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

Shades of Rouge #AF315C

Tints of Rouge #AF315C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.11%

R = 55.38%
G = 15.51%
B = 29.11%

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

#AF315C (or 0xAF315C) is known color: Rouge. HEX triplet: AF, 31 and 5C. RGB value is (175,49,92). Sum of RGB (Red+Green+Blue) = 175+49+92=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF315C is #50CEA3. Grayscale: #5B5B5B. Windows color (decimal): -5295780 or 6042031. OLE color: 6042031.

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

Color convert

RGB 175 49 92 -
CMYK 0 0.72 0.47 0.31
HSL 339.52º 0.56% 0.44% -
HSV(B) 339.52º 0.72% 0.69% -
XYZ 20.71 12.08 11.37 -
YUV 91.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 175 49 92 0 0.72 0.47 0.31 339.52 0.56 0.44
Hex AF 31 5C 0 48 2F 1F 154 38 2C
Octal 257 61 134 0 110 57 37 524 70 54
Binary 10101111 110001 1011100 0 1001000 101111 11111 101010100 111000 101100

Color Harmonies of #AF315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF315C

Black with #AF315C

Text Example


Text Example

White with #AF315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF315C; }

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

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

background-color css

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

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

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

border-color css

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

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

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