Html Css Color HEX #AF316C Rouge

📋 copy color: '#AF316C'

red 175 ◦ green 49 ◦ blue 108

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

Shades of Rouge #AF316C

Tints of Rouge #AF316C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.53%

R = 52.71%
G = 14.76%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF316C (or 0xAF316C) is known color: Rouge. HEX triplet: AF, 31 and 6C. RGB value is (175,49,108). Sum of RGB (Red+Green+Blue) = 175+49+108=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF316C is #50CE93. Grayscale: #5D5D5D. Windows color (decimal): -5295764 or 7090607. OLE color: 7090607.

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

Color convert

RGB 175 49 108 -
CMYK 0 0.72 0.38 0.31
HSL 331.9º 0.56% 0.44% -
HSV(B) 331.9º 0.72% 0.69% -
XYZ 21.48 12.39 15.45 -
YUV 93.4 136.24 186.2 -
System Red Green Blue C M Y K H S L
Decimal 175 49 108 0 0.72 0.38 0.31 331.9 0.56 0.44
Hex AF 31 6C 0 48 26 1F 14C 38 2C
Octal 257 61 154 0 110 46 37 514 70 54
Binary 10101111 110001 1101100 0 1001000 100110 11111 101001100 111000 101100

Color Harmonies of #AF316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF316C

Black with #AF316C

Text Example


Text Example

White with #AF316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF316C; }

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

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

background-color css

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

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

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

border-color css

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

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

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