Html Css Color HEX #AF3671 Rouge

📋 copy color: '#AF3671'

red 175 ◦ green 54 ◦ blue 113

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

Shades of Rouge #AF3671

Tints of Rouge #AF3671

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.79%

 BLUE value IS 113 (44.53% from 255) = 33.04%

R = 51.17%
G = 15.79%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF3671 (or 0xAF3671) is known color: Rouge. HEX triplet: AF, 36 and 71. RGB value is (175,54,113). Sum of RGB (Red+Green+Blue) = 175+54+113=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3671 is #50C98E. Grayscale: #606060. Windows color (decimal): -5294479 or 7419567. OLE color: 7419567.

HSL color Cylindrical-coordinate representation of color #AF3671: hue angle of 330.74º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3671 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 54 113 -
CMYK 0 0.69 0.35 0.31
HSL 330.74º 0.53% 0.45% -
HSV(B) 330.74º 0.69% 0.69% -
XYZ 21.98 12.94 16.96 -
YUV 96.91 137.09 183.7 -
System Red Green Blue C M Y K H S L
Decimal 175 54 113 0 0.69 0.35 0.31 330.74 0.53 0.45
Hex AF 36 71 0 45 23 1F 14B 35 2D
Octal 257 66 161 0 105 43 37 513 65 55
Binary 10101111 110110 1110001 0 1000101 100011 11111 101001011 110101 101101

Color Harmonies of #AF3671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3671

Black with #AF3671

Text Example


Text Example

White with #AF3671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3671; }

 p { color: rgb(175,54,113); }

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

background-color css

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

 a { background-color: rgb(175,54,113); }

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

border-color css

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

 span { border-color: rgb(175,54,113); }

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